Ignore:
Timestamp:
Nov 30, 2009, 10:28:58 PM (14 years ago)
Author:
gav
Message:

Move task recurring schedule creation to a service.

File:
1 edited

Legend:

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

    r199 r203  
    344344                            <br />
    345345                            <g:form controller="taskProcedureDetailed" >
    346                                 <input type="hidden" name="taskInstance.id" value="${taskInstance?.id}" />
     346                                <g:hiddenField name="taskInstance.id" value="${taskInstance?.id}" />
    347347
    348348                                <div class="buttons">
     
    442442                            <br />
    443443                            <g:form controller="taskRecurringScheduleDetailed" >
    444                                 <input type="hidden" name="taskInstance.id" value="${taskInstance?.id}" />
     444                                <g:hiddenField name="task.id" value="${taskInstance.id}" />
    445445
    446446                                <div class="buttons">
Note: See TracChangeset for help on using the changeset viewer.