- Timestamp:
- Sep 24, 2010, 9:14:59 PM (14 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/AssetExtendedAttribute.groovy
r268 r664 12 12 13 13 static constraints = { 14 value( maxSize:100)14 value(blank:false, maxSize:100) 15 15 isActive() 16 16 } -
trunk/grails-app/domain/AssetSubItemExtendedAttribute.groovy
r268 r664 12 12 13 13 static constraints = { 14 value( maxSize:100)14 value(blank:false, maxSize:100) 15 15 isActive() 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.