Ignore:
Timestamp:
Nov 15, 2009, 1:50:18 AM (14 years ago)
Author:
gav
Message:

Add createEntry to TaskService, automgically updates the task to "In progress" and creates the "Started" task modification.

File:
1 edited

Legend:

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

    r181 r186  
    5151inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
    5252inventoryMovement.inventoryItem.notFound=Inventory Item not found.
     53
     54entry.task.notFound=Could not complete operation, task not found.
     55entry.task.failedToSave=Could not complete operation, task failed to save.
     56entry.task.failedToSaveTaskModification=Could not complete operation, task modification failed to save.
     57entry.task.taskIsComplete=This operation is not permitted on a complete task.
    5358
    5459default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
Note: See TracChangeset for help on using the changeset viewer.