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 moved

Legend:

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

    r92 r93  
    1 class ModificationType {
     1class TaskModificationType {
    22    String name
    33    String description = ""
    44    boolean isActive = true
    55
    6     static hasMany = [modifications : Modification]
     6    static hasMany = [taskModifications : TaskModification]
    77
    88    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.