Ignore:
Timestamp:
Sep 1, 2009, 10:10:43 PM (15 years ago)
Author:
gav
Message:

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File:
1 edited

Legend:

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

    r135 r137  
    2828                                <g:sortableColumn property="recurEvery" title="Recur Every" />
    2929                               
    30                                 <g:sortableColumn property="period" title="Period" />
     30                                <g:sortableColumn property="recurPeriod" title="Recur Period" />
    3131                               
    3232                                <g:sortableColumn property="isEnabled" title="Is Enabled" />
     
    4747                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'recurEvery')}</td>
    4848                       
    49                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'period')}</td>
     49                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'recurPeriod')}</td>
    5050                       
    5151                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'isEnabled')}</td>
Note: See TracChangeset for help on using the changeset viewer.