Ignore:
Timestamp:
Apr 28, 2010, 4:19:56 PM (14 years ago)
Author:
gav
Message:

Adding an entry to a task with no time booked will now leave the task as "Not Started".
Reopening a task will check if the task should be "In Progress" or "Not Started".
Added integration tests for above.
Added TaskService.delete() since it is required for integration tests.

File:
1 edited

Legend:

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

    r503 r510  
    8484like to assign this person to the task.
    8585
     86task.delete.failure.production=Tasks may not be deleted in production mode, \
     87    set the trash flag instead.
    8688task.notFound=Could not complete operation, task not found.
    8789task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
Note: See TracChangeset for help on using the changeset viewer.