- Timestamp:
- Mar 11, 2011, 11:02:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/SimpleWizardController.groovy
r1612 r1621 193 193 194 194 missingFields { 195 on( "refresh" ) { 196 handleMissingFields( flow.study, params, flow ); 197 success(); 198 }.to "missingFields" 195 199 on( "next" ) { 196 200 if( !handleMissingFields( flow.study, params, flow ) ) {
Note: See TracChangeset
for help on using the changeset viewer.