Ignore:
Timestamp:
Feb 3, 2009, 10:51:43 PM (15 years ago)
Author:
gav
Message:

Trying some different layouts in task edit/create.
Display entries in task show page.
Some more tuning of CSS.

File:
1 edited

Legend:

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

    r47 r50  
    77    Date targetDate
    88
    9     static hasMany = [entries: Entry, modifications : Modification]
     9    static hasMany = [entries: Entry, modifications: Modification]
    1010
    1111    static belongsTo = [TaskGroup, Person]
Note: See TracChangeset for help on using the changeset viewer.