Ignore:
Timestamp:
Mar 7, 2009, 4:32:03 AM (15 years ago)
Author:
gav
Message:

Add domains Entry, Task, Modification with task rewrites and associated Types/Status? etc.
Generate controllers and views.
Update Bootstrap.groovy and Person.groovy to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/domain/Person.groovy

    r59 r66  
    22        static transients = ['pass']
    33    static hasMany = [authorities: Authority,
    4                         personGroups: PersonGroup]
    5 //                         modifications: Modification,
    6 //                         entries: Entry,
    7 //                         tasks: Task]
     4                        personGroups: PersonGroup,
     5                        modifications: Modification,
     6                        entries: Entry,
     7                        tasks: Task]
    88
    99    static belongsTo = [Authority, PersonGroup]
Note: See TracChangeset for help on using the changeset viewer.