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

    r91 r93  
    1515
    1616    static hasMany = [entries: Entry,
    17                         modifications: Modification,
     17                        taskModifications: TaskModification,
    1818                        assignedPersons: Person,
    1919                        subTasks: Task]
Note: See TracChangeset for help on using the changeset viewer.