Changeset 675
- Timestamp:
- Jul 21, 2010, 10:47:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r674 r675 660 660 661 661 // for now, development only! 662 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) {662 if (grails.util.GrailsUtil.environment == "development") { 663 663 // iterate through eventGroups 664 664 if (!flow.samples) { … … 758 758 759 759 // for now, development only! 760 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) {760 if (grails.util.GrailsUtil.environment == "development") { 761 761 // do all samples have a template assigned? 762 762 if (flow.samplesWithTemplate < flow.samples.size()) {
Note: See TracChangeset
for help on using the changeset viewer.