Ignore:
Timestamp:
Feb 22, 2010, 9:46:31 PM (14 years ago)
Author:
gav
Message:

Remove email and emailShow from Person in preparation for ContactDetails.

File:
1 edited

Legend:

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

    r397 r399  
    2626    boolean isActive = true
    2727
    28     String email
    29     boolean emailShow = true
    30 
    3128    /** description */
    3229    String description = ''
     
    4239        description()
    4340        department(nullable:true)
    44         email()
    45         emailShow()
    4641        isActive()
    4742        //Enforcing minSize on password does not work since "" gets encoded to a string.
Note: See TracChangeset for help on using the changeset viewer.