Ignore:
Timestamp:
Jan 26, 2011, 3:29:08 AM (13 years ago)
Author:
gav
Message:

Domain change, adjust TaskProcedure to Task relationship.

File:
1 edited

Legend:

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

    r754 r758  
    3939
    4040                                <g:sortableColumn property="id" title="Id"  params="${filterParams}" />
    41 
    4241                                <th>Task Description</th>
     42                                <th>Asset</th>
    4343
    4444                                <th></th>
     
    5252                                <td>${fieldValue(bean:taskProcedureInstance, field:'id')}</td>
    5353
    54                                 <td>${taskProcedureInstance.tasks.encodeAsHTML()}</td>
     54                                <td>${taskProcedureInstance.parentTask.description.encodeAsHTML()}</td>
     55
     56                                <td>${taskProcedureInstance.parentTask.primaryAsset?.encodeAsHTML()}</td>
    5557
    5658                                <td>
Note: See TracChangeset for help on using the changeset viewer.