Changeset 137 for trunk/grails-app/i18n


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/i18n/messages.properties

    r106 r137  
    1818task.leadPerson=Lead Person
    1919task.leadPerson.help=The primay contact person.
     20   
     21taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
     22taskRecurring.startDate=Start Date
     23taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
    2024
    2125default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
Note: See TracChangeset for help on using the changeset viewer.