Changeset 137 for trunk/grails-app/conf
- Timestamp:
- Sep 1, 2009, 10:10:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r136 r137 358 358 359 359 //Entry #1 360 entryInstance = new Entry(enteredBy: Person.get( 6),360 entryInstance = new Entry(enteredBy: Person.get(3), 361 361 task: Task.get(1), 362 362 entryType: EntryType.findByName("Fault"), … … 611 611 612 612 //MaintenanceAction #1 613 maintenanceActionInstance = new MaintenanceAction(description: "Check all E-stops, activ e E-stopS1-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", 614 614 procedureStepNumber: 1, 615 615 maintenancePolicy: MaintenancePolicy.get(1),
Note: See TracChangeset
for help on using the changeset viewer.