Changeset 1538
- Timestamp:
- Feb 17, 2011, 5:28:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy
r1536 r1538 111 111 } 112 112 113 on("refresh") { 114 println params.importfile 113 on("refresh") { 115 114 116 115 if (params.entity) { … … 118 117 } 119 118 120 flash.importer_params = params 119 flash.importer_params = params 120 121 // If the file already exists an "existing*" string is added, but we don't 122 // want that after a refresh of the first step in the import wizard, so remove 123 // that string 124 flash.importer_params.importfile = params.importfile.replace('existing*', '') 121 125 122 126 success()
Note: See TracChangeset
for help on using the changeset viewer.