Changeset 758 for branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/list.gsp
- Timestamp:
- Jan 26, 2011, 3:29:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/list.gsp
r754 r758 39 39 40 40 <g:sortableColumn property="id" title="Id" params="${filterParams}" /> 41 42 41 <th>Task Description</th> 42 <th>Asset</th> 43 43 44 44 <th></th> … … 52 52 <td>${fieldValue(bean:taskProcedureInstance, field:'id')}</td> 53 53 54 <td>${taskProcedureInstance.tasks.encodeAsHTML()}</td> 54 <td>${taskProcedureInstance.parentTask.description.encodeAsHTML()}</td> 55 56 <td>${taskProcedureInstance.parentTask.primaryAsset?.encodeAsHTML()}</td> 55 57 56 58 <td>
Note: See TracChangeset
for help on using the changeset viewer.