Changeset 952
- Timestamp:
- Oct 20, 2010, 5:39:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r951 r952 476 476 } 477 477 478 // decide to show a warning page or not 479 480 478 481 // sample 'previous' page with warning 479 482 samplePrevious { … … 517 520 on("refresh") { 518 521 // handle samples 519 handleSamples(flow, flash, params)522 samplePage(flow, flash, params) 520 523 521 524 // refresh all sample templates … … 531 534 on("regenerate") { 532 535 // handle samples 533 handleSamples(flow, flash, params)536 samplePage(flow, flash, params) 534 537 535 538 // remove all samples from the study … … 545 548 on("previous") { 546 549 // handle samples 547 handleSamples(flow, flash, params)550 samplePage(flow, flash, params) 548 551 549 552 // ignore errors
Note: See TracChangeset
for help on using the changeset viewer.