Changeset 2236
- Timestamp:
- May 28, 2012, 2:54:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/dbnp/configuration/ExampleStudies.groovy
r1925 r2236 43 43 def clinicalModule = new AssayModule( 44 44 name: 'SAM module for clinical data', 45 url: config.modules.sam.url.toString() 45 url: config.modules.sam.url.toString(), 46 notify: true, 47 openInFrame: false 46 48 ).save(failOnError:true) 47 49
Note: See TracChangeset
for help on using the changeset viewer.