Changeset 687


Ignore:
Timestamp:
Jul 21, 2010, 4:02:37 PM (13 years ago)
Author:
tabma
Message:
  • improved validation in importerservice, now skips faulty entities (null) and final step now shows how many rows were succesfully saved
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/importer/step4.gsp

    r496 r687  
    2424  <body>
    2525    <h1>Step 3: import wizard finished</h1>
    26     <p>All data has been imported.</p>
     26    <p>${validatedSuccesfully} of ${totalrows} rows were imported succesfully.</p>
    2727  </body>
    2828</html>
Note: See TracChangeset for help on using the changeset viewer.