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