- Timestamp:
- Mar 15, 2010, 10:40:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r247 r269 19 19 20 20 static constraints = { 21 name(unique:['entity']) 21 22 // outcommented for now due to bug in Grails / Hibernate 23 // see http://jira.codehaus.org/browse/GRAILS-6020 24 // name(unique:['entity']) 22 25 } 23 26 … … 61 64 public static findAllByEntity(java.lang.Class entity) { 62 65 def results = [] 63 66 println "Searching for" + entity 64 67 // 'this' should not work in static context, however it does so I'll keep 65 68 // this in for now :)
Note: See TracChangeset
for help on using the changeset viewer.