- Timestamp:
- Jun 4, 2010, 5:06:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r533 r535 96 96 }.to "study" 97 97 on("modify").to "modify" 98 on("import").to "redirectToImport" 99 } 100 101 // redirect to the import wizard 102 redirectToImport { 103 render(view: "_redirect") 104 onRender { 105 flash.uri = "/importer/index" 106 } 107 on("next").to "start" 98 108 } 99 109
Note: See TracChangeset
for help on using the changeset viewer.