Ignore:
Timestamp:
Feb 21, 2011, 8:57:41 PM (13 years ago)
Author:
gav
Message:

Display the machines assigned to a tasks procedure, on both the task show and asset life plan views.

File:
1 edited

Legend:

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

    r799 r817  
    150150                                    ${fieldValue(bean:taskInstance, field:'description')}
    151151                                    </b>
     152                                    <g:if test="${taskInstance.taskProcedureRevision?.maintenanceActions}" >
     153                                        <br />
     154                                        <custom:taskProcedureMachines taskProcedureRevision="${taskInstance.taskProcedureRevision}" />
     155                                    </g:if>
    152156                                    <g:if test="${taskInstance.safetyRequirement}" >
    153157                                        <br />
Note: See TracChangeset for help on using the changeset viewer.