Ignore:
Timestamp:
May 4, 2009, 5:12:01 AM (15 years ago)
Author:
gav
Message:

Install Quartz plugin and make a start on TaskRecurringScheduleJob?

File:
1 edited

Legend:

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

    r122 r123  
    2626                                <th>Planned Maintenance</th>
    2727                           
     28                                <g:sortableColumn property="lastExecutedDate" title="Last Executed Date" />
     29                       
     30                                <g:sortableColumn property="nextDueDate" title="Next Due Date" />
     31                       
    2832                                <g:sortableColumn property="isActive" title="Is Active" />
    2933                       
    3034                                <th>Period</th>
    3135                           
    32                                 <g:sortableColumn property="recurEvery" title="Recur Every" />
    33                        
    34                                 <g:sortableColumn property="startDate" title="Start Date" />
    35                        
    3636                        </tr>
    3737                    </thead>
     
    4444                            <td>${fieldValue(bean:recurringScheduleInstance, field:'plannedMaintenance')}</td>
    4545                       
     46                            <td>${fieldValue(bean:recurringScheduleInstance, field:'lastExecutedDate')}</td>
     47                       
     48                            <td>${fieldValue(bean:recurringScheduleInstance, field:'nextDueDate')}</td>
     49                       
    4650                            <td>${fieldValue(bean:recurringScheduleInstance, field:'isActive')}</td>
    4751                       
    4852                            <td>${fieldValue(bean:recurringScheduleInstance, field:'period')}</td>
    49                        
    50                             <td>${fieldValue(bean:recurringScheduleInstance, field:'recurEvery')}</td>
    51                        
    52                             <td>${fieldValue(bean:recurringScheduleInstance, field:'startDate')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.