Changeset 47 for trunk/src/grails-app/conf
- Timestamp:
- Feb 1, 2009, 2:40:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/conf/BootStrap.groovy
r44 r47 80 80 //Task 81 81 new Task(taskGroup:TaskGroup.findByName("Engineering"), 82 person:Person.get(3),82 leadPerson:Person.get(3), 83 83 name:"Check specific level sensor", 84 84 description:"Has been noted as problematic, try recallibrating", … … 86 86 targetDate: new Date() ).save() 87 87 new Task(taskGroup:TaskGroup.findByName("Production"), 88 person:Person.get(5),88 leadPerson:Person.get(5), 89 89 name:"Production Report", 90 90 description:"Production report for specific production run or shift", … … 92 92 targetDate: new Date() ).save() 93 93 new Task(taskGroup:TaskGroup.findByName("NewProject(s)"), 94 person:Person.get(1),94 leadPerson:Person.get(1), 95 95 name:"Make killer CMMS app", 96 96 description:"Use Grails and get a move on!",
Note: See TracChangeset
for help on using the changeset viewer.