Ignore:
Timestamp:
Dec 4, 2009, 3:13:43 PM (14 years ago)
Author:
gav
Message:

Remove the ability to change task and entryType when editing an entry.

File:
1 edited

Legend:

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

    r191 r218  
    3535                                <td valign="top" class="name">
    3636                                    <g:link controller="taskDetailed" action="show" id="${entryInstance.task.id}" >
    37                                         ${entryInstance?.task}
     37                                        ${entryInstance?.task.encodeAsHTML()}
    3838                                    </g:link>
    3939                                </td>
Note: See TracChangeset for help on using the changeset viewer.