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/i18n/messages.properties

    r584 r592  
    103103person.not.found=Person record not found, it may have been deleted.
    104104
     105# Task Properties.
    105106task.assignedGroups=Assigned Groups
    106107task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
     
    121122task.leadPerson=Lead Person
    122123task.leadPerson.help=The primay contact person.
     124task.safetyRequirement=Safety Requirment
     125task.safetyRequirement.help=Completion of this task is a safety requirement. \
     126    This task must be completed and is not allowed to be missed.
     127task.mandatoryRegulatory=Mandatory/Regulatory
     128task.mandatoryRegulatory.help=Completion of this task is a mandatory or regulatory requirement. \
     129    This task must be completed and is not allowed to be missed.
     130task.positiveFault=Positive Fault
     131task.positiveFault.help=Set false if unsure. Used to calculate preventative efficiency or P.E.
     132
     133# Task Actions
    123134task.status.resolved=Resolved.
    124135task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
Note: See TracChangeset for help on using the changeset viewer.