Ignore:
Timestamp:
Mar 15, 2010, 10:40:37 PM (13 years ago)
Author:
keesvb
Message:

upgraded to webflow plugin 1.2.1, added templates to BootStrap?, changed some code to get list_extended back up but it's still not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Template.groovy

    r247 r269  
    1919
    2020        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'])
    2225        }
    2326
     
    6164        public static findAllByEntity(java.lang.Class entity) {
    6265                def results = []
    63 
     66                println "Searching for" + entity
    6467                // 'this' should not work in static context, however it does so I'll keep
    6568                // this in for now :)
Note: See TracChangeset for help on using the changeset viewer.