Changeset 1327


Ignore:
Timestamp:
Dec 30, 2010, 10:02:54 AM (12 years ago)
Author:
business@…
Message:

made description field text, see [1245]

File:
1 edited

Legend:

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

    r1246 r1327  
    5555                sort "title"
    5656
     57                // Make sure the TEXT field description is persisted with a TEXT field in the database
     58                description type: 'text'
    5759                // Workaround for bug http://jira.codehaus.org/browse/GRAILS-6754
    5860                templateTextFields type: 'text'
     61
    5962        }
    6063
Note: See TracChangeset for help on using the changeset viewer.