Ignore:
Timestamp:
Mar 5, 2010, 12:45:43 PM (14 years ago)
Author:
gav
Message:

Add ProductionReference.
Add ProductionManager and ProductionUser roles.
Update immediate callout help definitions, roll errors into one ul.
Add help definitions for resolved and unresolved.

Location:
trunk/grails-app/domain
Files:
1 added
1 edited

Legend:

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

    r98 r431  
    33    Task task
    44    EntryType entryType
     5    ProductionReference productionReference
     6
    57    String comment
    68    Date dateDone = new Date()
     
    1719        durationHour(min:0,max:16)
    1820        durationMinute(min:0,max:59)
    19        
     21        productionReference(nullable: true)
    2022    }
    2123
Note: See TracChangeset for help on using the changeset viewer.