Changeset 341
- Timestamp:
 - Feb 9, 2010, 11:19:27 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/grails-app/domain/AssetSubItem.groovy (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/domain/AssetSubItem.groovy
r330 r341 16 16 17 17 static constraints = { 18 name(maxSize:50, blank:false)18 name(maxSize:50, unique:true, blank:false) 19 19 description(maxSize:75) 20 20 comment(maxSize:500)  
Note: See TracChangeset
          for help on using the changeset viewer.
      