Ignore:
Timestamp:
Mar 29, 2009, 11:56:11 PM (15 years ago)
Author:
gav
Message:

Rename Modification and ModificationType? domains to TaskModification? and TaskModificationType? respectively. Re-generate controller and views. Update ERD. It's an evil but a necessary mouthful as we may want to track other modifications later.

File:
1 edited

Legend:

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

    r73 r93  
    33    static hasMany = [authorities: Authority,
    44                        personGroups: PersonGroup,
    5                         modifications: Modification,
     5                        taskModifications: TaskModification,
    66                        entries: Entry,
    77                        tasks: Task]
Note: See TracChangeset for help on using the changeset viewer.