Ignore:
Timestamp:
Jan 28, 2011, 10:04:40 PM (13 years ago)
Author:
gav
Message:

Domain change on TaskProcedure and MaintenanceAction, continue task procedure rework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/list.gsp

    r758 r762  
    3939
    4040                                <g:sortableColumn property="id" title="Id"  params="${filterParams}" />
    41                                 <th>Task Description</th>
     41                                <th>Description</th>
    4242                                <th>Asset</th>
    4343
     
    5252                                <td>${fieldValue(bean:taskProcedureInstance, field:'id')}</td>
    5353
    54                                 <td>${taskProcedureInstance.parentTask.description.encodeAsHTML()}</td>
     54                                <td>${taskProcedureInstance.description.encodeAsHTML()}</td>
    5555
    56                                 <td>${taskProcedureInstance.parentTask.primaryAsset?.encodeAsHTML()}</td>
     56                                <td>${taskProcedureInstance.asset?.encodeAsHTML()}</td>
    5757
    5858                                <td>
Note: See TracChangeset for help on using the changeset viewer.