- Timestamp:
- May 30, 2011, 2:51:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/dbnp/configuration/ExampleStudies.groovy
r1705 r1898 76 76 77 77 // Look up the used templates which should also be in the database by now 78 def studyTemplate = Template.findByName(" Academic study")78 def studyTemplate = Template.findByName("NMC Study") 79 79 def mouseTemplate = Template.findByName("Mouse") 80 80 def humanTemplate = Template.findByName("Human") … … 500 500 501 501 final String testStudyName = "Test study" 502 final String testStudyTemplateName = " Academic study"502 final String testStudyTemplateName = "NMC Study" 503 503 final String testStudyCode = "AAA-Test" 504 504 final String testStudyDescription = "Description of Test Study"
Note: See TracChangeset
for help on using the changeset viewer.