Ignore:
Timestamp:
Feb 9, 2011, 6:11:00 PM (13 years ago)
Author:
gav
Message:

Change Task.toString() and display primaryAsset.name in front of description.

File:
1 edited

Legend:

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

    r798 r799  
    4444                    </g:if>
    4545                </h1>
     46                <g:if test="${taskInstance.primaryAsset}" >
     47                    ${fieldValue(bean:taskInstance, field:'primaryAsset')}:
     48                </g:if>
    4649                ${fieldValue(bean:taskInstance, field:'description')}
    4750                <g:if test="${taskInstance.safetyRequirement}" >
Note: See TracChangeset for help on using the changeset viewer.