# # ChangeLog for trunk/grails-app/views/department/edit.gsp # # Generated by Trac 1.2 # May 13, 2024, 7:23:55 PM Thu, 22 Oct 2009 10:26:09 GMT gav [162] * trunk/grails-app/controllers/DepartmentController.groovy (added) * trunk/grails-app/controllers/SystemSectionController.groovy (modified) * trunk/grails-app/controllers/SystemSectionDetailedController.groovy (modified) * trunk/grails-app/domain/Department.groovy (added) * trunk/grails-app/domain/SystemSection.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/department (added) * trunk/grails-app/views/department/create.gsp (added) * trunk/grails-app/views/department/edit.gsp (added) * trunk/grails-app/views/department/list.gsp (added) * trunk/grails-app/views/department/show.gsp (added) * trunk/grails-app/views/systemSection/create.gsp (modified) * trunk/grails-app/views/systemSection/edit.gsp (modified) * trunk/grails-app/views/systemSection/list.gsp (modified) * trunk/grails-app/views/systemSection/show.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/create.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/edit.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/show.gsp (modified) Add Department domain class, controller, views and demo data. Add ...