Changeset 873 for trunk/grails-app/i18n


Ignore:
Timestamp:
Mar 16, 2011, 9:50:39 AM (13 years ago)
Author:
gav
Message:

Refactor logic into TaskService.checkCreateEntry().
Prevent entry creation on recurring tasks altogether.
Prevent entry creation other than PM Entries on tasks with a procedure.

File:
1 edited

Legend:

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

    r860 r873  
    156156task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
    157157task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
     158task.operationNotPermittedOnRecurringTask=This operation is not permitted \
     159    on a recurring task, please see the Sub Tasks.
    158160task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted \
    159161    on a recurring task without authorisation.
     
    164166task.operationNotPermittedOnParentPmTask=This operation is not permitted \
    165167    on a Parent PM task.
     168task.createEntryNotPermittedOnTaskWithProcedure=This operation is not permitted \
     169    on a task with a procedure, please create entries on the procedure tab.
    166170task.failedToSave=Could not complete operation, task failed to save.
    167171task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
Note: See TracChangeset for help on using the changeset viewer.