Ignore:
Timestamp:
Nov 4, 2009, 2:47:47 PM (14 years ago)
Author:
gav
Message:

Add support for taskModification audit/change log, the create and update modifications are complete.
Moved create and update of tasks to taskService.
Small Assset domain class adjustment to prevent blank asset name.
Removed "static scope = 'request'" from services since I don't believe it is required and it limits where the service may be used.

File:
1 edited

Legend:

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

    r168 r180  
    2121            </g:hasErrors>
    2222
    23             <g:form id='createTaskForm' name='createTaskForm' action="save" method="post" >
     23            <g:form action="save" method="post" >
    2424                <div class="dialog">
    2525                    <table>
Note: See TracChangeset for help on using the changeset viewer.