Ignore:
Timestamp:
Dec 24, 2009, 1:54:46 PM (14 years ago)
Author:
gav
Message:

Remove/commented out the ability to change the parent task, since this currently just lists all tasks and becomes very slow with larger task numbers.
Created ticket #56 for follow up.

File:
1 edited

Legend:

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

    r244 r246  
    5050                                            <td valign="top" class="name">Parent Task:</td>
    5151
    52                                             <td valign="top" class="value"><g:link controller="taskDetailed" action="show" id="${taskInstance.parentTask?.id}">${taskInstance?.parentTask?.encodeAsHTML()}</g:link></td>
     52                                            <td valign="top" class="value"><g:link controller="taskDetailed" action="show" id="${taskInstance.parentTask.id}">${taskInstance.parentTask.encodeAsHTML()}</g:link></td>
    5353
    5454                                        </tr>
Note: See TracChangeset for help on using the changeset viewer.