Ignore:
Timestamp:
Jun 10, 2010, 12:10:27 PM (14 years ago)
Author:
gav
Message:

Domain change, added safetyRequirement, mandatoryRegulatory and positiveFault attributes to Task.
Update views and logic to suite.
Complete's ticket #70.

File:
1 edited

Legend:

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

    r567 r592  
    2222    boolean trash = false
    2323    boolean attentionFlag = false
     24    boolean safetyRequirement = false
     25    boolean mandatoryRegulatory = false
     26    boolean positiveFault = false
    2427
    2528    static hasMany = [entries: Entry,
Note: See TracChangeset for help on using the changeset viewer.