Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/task/list.gsp

    r96 r131  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
     26                                <g:sortableColumn property="description" title="Description" />
     27                       
     28                                <g:sortableColumn property="comment" title="Comment" />
     29                       
    2630                                <g:sortableColumn property="targetStartDate" title="Target Start Date" />
    2731                       
    28                                 <g:sortableColumn property="description" title="Description" />
     32                                <g:sortableColumn property="targetCompletionDate" title="Target Completion Date" />
    2933                       
    3034                                <th>Lead Person</th>
    31                            
    32                                 <th>Task Priority</th>
    33                            
    34                                 <th>Task Status</th>
    3535                           
    3636                        </tr>
     
    4242                            <td><g:link action="show" id="${taskInstance.id}">${fieldValue(bean:taskInstance, field:'id')}</g:link></td>
    4343                       
     44                            <td>${fieldValue(bean:taskInstance, field:'description')}</td>
     45                       
     46                            <td>${fieldValue(bean:taskInstance, field:'comment')}</td>
     47                       
    4448                            <td>${fieldValue(bean:taskInstance, field:'targetStartDate')}</td>
    4549                       
    46                             <td>${fieldValue(bean:taskInstance, field:'description')}</td>
     50                            <td>${fieldValue(bean:taskInstance, field:'targetCompletionDate')}</td>
    4751                       
    4852                            <td>${fieldValue(bean:taskInstance, field:'leadPerson')}</td>
    49                        
    50                             <td>${fieldValue(bean:taskInstance, field:'taskPriority')}</td>
    51                        
    52                             <td>${fieldValue(bean:taskInstance, field:'taskStatus')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.