Ignore:
Timestamp:
Jun 4, 2010, 5:06:07 PM (13 years ago)
Author:
duh
Message:
  • removed obsolete templates
  • added redirect functionality
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy

    r533 r535  
    9696                        }.to "study"
    9797                        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"
    98108                }
    99109
Note: See TracChangeset for help on using the changeset viewer.