Ignore:
Timestamp:
Oct 26, 2009, 3:11:18 PM (15 years ago)
Author:
gav
Message:

Add test and message for no granted authority to LoginController.
Correct belongsTo in Person-PersonGroup? relationship.
Re-generate PersonGroup? controller and views.
Add more help balloon messages for Person and Task.
Default ROLE_AppUser to ON when creating a person.

File:
1 edited

Legend:

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

    r164 r166  
    77                        tasks: Task]
    88
    9     static belongsTo = [Authority, PersonGroup]
     9    static belongsTo = [Authority]
    1010
    1111    Department department
Note: See TracChangeset for help on using the changeset viewer.