Changeset 368


Ignore:
Timestamp:
Apr 21, 2010, 5:31:52 PM (13 years ago)
Author:
duh
Message:
File:
1 edited

Legend:

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

    r367 r368  
    111111                                flow.page = 2
    112112                        }
     113                        on("refresh") {
     114                                flash.values = params
     115
     116                                // handle study data
     117                                this.handleStudy(flow, flash, params)
     118
     119                                // remove errors as we don't want any warnings now
     120                                flash.errors = [:]                             
     121                        }.to "study"
    113122                        on("switchTemplate") {
     123                                flash.values = params
     124
    114125                                // handle study data
    115126                                this.handleStudy(flow, flash, params)
Note: See TracChangeset for help on using the changeset viewer.