Ignore:
Timestamp:
Feb 10, 2011, 12:17:55 PM (13 years ago)
Author:
gav
Message:

Task trash improvements.
Allow trashed parentTask to break subTask links (only with auth).
Prevent trashing of tasks linked to taskProcedure or Parent PM type tasks.

File:
1 edited

Legend:

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

    r738 r802  
    144144task.delete.failure.production=Tasks may not be deleted in production mode, \
    145145    set the trash flag instead.
     146task.trash.confirm=Trash, are you sure? \
     147    If authorised, recurrence will be disabled and Sub Task links will be forever removed!
    146148task.notFound=Could not complete operation, task not found.
    147149task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
    148150task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
    149 task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted on a recurring task without authorisation.
     151task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted \
     152    on a recurring task without authorisation.
     153task.operationNotPermittedOnTaskHavingSubTasksWithoutAuth=This operation is not permitted \
     154    on a task that has sub tasks without authorisation.
     155task.operationNotPermittedOnTaskLinkedToProcedure=This operation is not permitted \
     156    on a task that is linked to a procedure.
     157task.operationNotPermittedOnParentPmTask=This operation is not permitted \
     158    on a Parent PM task.
    150159task.failedToSave=Could not complete operation, task failed to save.
    151160task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
Note: See TracChangeset for help on using the changeset viewer.