Ignore:
Timestamp:
Oct 8, 2009, 7:58:38 PM (15 years ago)
Author:
gav
Message:

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig?.groovy
Some work on adding assignedPerson work flow and PersonController?.
Add navAlt and filterPane search to Person and TaskProcedure?.

File:
1 edited

Legend:

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

    r146 r147  
    2020
    2121    static hasMany = [entries: Entry,
    22                         taskModifications: TaskModification, 
    23                         assignedPersons: AssignedPerson, 
     22                        taskModifications: TaskModification,
     23                        assignedPersons: AssignedPerson,
    2424                        subTasks: Task,
    2525                        associatedAssets: Asset,
Note: See TracChangeset for help on using the changeset viewer.