Changeset 1634
- Timestamp:
- Mar 15, 2011, 12:10:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1594 r1634 406 406 def type = params.get('eventType') 407 407 def template= Template.findByName( params.get( type + 'Template' ) ) 408 if (template) template.refresh() 408 409 409 410 // change template and/or instance? … … 430 431 431 432 // refresh event template 432 if (flow.event?.template) flow.event.template.refresh() 433 if (flow.event?.template) { 434 flow.event.template.refresh() 435 } 433 436 434 437 // reset errors
Note: See TracChangeset
for help on using the changeset viewer.