Ignore:
Timestamp:
Jan 26, 2009, 5:26:11 AM (15 years ago)
Author:
gav
Message:

Adjusted constraints and regen-all for Person/Group/Type? and Task/Group?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/domain/PersonGroupType.groovy

    r21 r35  
    66    static hasMany = [personGroups : PersonGroup]
    77
     8    static constraints = {
     9        name(maxSize:50,unique:true,blank:false)
     10        description(maxSize:100)
     11    }
     12
    813    String toString() {
    914        "${this.name}"
Note: See TracChangeset for help on using the changeset viewer.