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

    r21 r35  
    11class Person {
    2     PersonGroup personGroup
    32    String firstName
    43    String lastName
     
    1615
    1716    static constraints = {
    18         firstName()
    19         lastName()
     17        firstName(maxSize:50,blank:false)
     18        lastName(maxSize:50,blank:false)
    2019        employeeID(blank:true, nullable:true)
    2120    }
Note: See TracChangeset for help on using the changeset viewer.