Ignore:
Timestamp:
Nov 4, 2009, 2:47:47 PM (14 years ago)
Author:
gav
Message:

Add support for taskModification audit/change log, the create and update modifications are complete.
Moved create and update of tasks to taskService.
Small Assset domain class adjustment to prevent blank asset name.
Removed "static scope = 'request'" from services since I don't believe it is required and it limits where the service may be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r177 r180  
    2424assignedPerson.estimatedDuration=Estimated Duration
    2525assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task.
     26
     27task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
    2628
    2729task.assignedPersons=Assigned Persons
Note: See TracChangeset for help on using the changeset viewer.