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/PersonGroup.groovy

    r21 r35  
    77    static hasMany = [persons : Person]
    88
    9     static belongsTo = PersonGroup
     9    static constraints = {
     10        name(maxSize:50,unique:true,blank:false)
     11        description(maxSize:100)
     12    }
    1013
    1114    String toString() {
Note: See TracChangeset for help on using the changeset viewer.