Changeset 91 for trunk/src/grails-app/domain
- Timestamp:
- Mar 25, 2009, 4:26:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Task.groovy
r69 r91 23 23 static constraints = { 24 24 targetStartDate() 25 description(blank:false,maxSize: 50)25 description(blank:false,maxSize:75) 26 26 leadPerson() 27 27 taskPriority()
Note: See TracChangeset
for help on using the changeset viewer.