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/conf/BootStrap.groovy

    r136 r137  
    358358
    359359        //Entry #1
    360         entryInstance = new Entry(enteredBy: Person.get(6),
     360        entryInstance = new Entry(enteredBy: Person.get(3),
    361361                                                    task: Task.get(1),
    362362                                                    entryType: EntryType.findByName("Fault"),
     
    611611
    612612        //MaintenanceAction #1
    613         maintenanceActionInstance = new MaintenanceAction(description: "Check all E-stops, active E-stop S1-S12 and ensure machine cannot run",
     613        maintenanceActionInstance = new MaintenanceAction(description: "Check all E-stops, activate E-stops S1-S12 and ensure machine cannot run",
    614614                                                                                                        procedureStepNumber: 1,
    615615                                                                                                        maintenancePolicy: MaintenancePolicy.get(1),
Note: See TracChangeset for help on using the changeset viewer.