Ignore:
Timestamp:
Nov 5, 2009, 4:01:35 AM (14 years ago)
Author:
gav
Message:

Change is* in Task to just 'active', 'scheduled' and 'approved'.
Regenerate non detailed controller and views.
Adjust detailed controller, views and services to suite.
Add support for task actions 'approve', 'complete', 'trash' and their counter parts.
Default task status to "not started" when creating a new task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/searchCalendar.gsp

    r155 r181  
    4444                                    class="overlayPane"
    4545                                    additionalProperties="id"
    46                                     excludeProperties="isActive, comment, targetCompletionDate"
     46                                    excludeProperties="trash, comment, targetCompletionDate"
    4747                                    associatedProperties="leadPerson.lastName, taskPriority.name"
    4848                                    filterPropertyValues="${['taskPriority.name':[values:TaskPriority.list()],
Note: See TracChangeset for help on using the changeset viewer.