# # ChangeLog for trunk/grails-app/domain/AssetSubItem.groovy # # Generated by Trac 1.2 # Jun 13, 2024, 9:37:50 PM Thu, 14 Jan 2010 11:27:54 GMT gav [267] * trunk/grails-app/controllers/AssemblyController.groovy (deleted) * trunk/grails-app/controllers/AssetSubItemController.groovy (moved) * trunk/grails-app/controllers/ComponentItemController.groovy (deleted) * trunk/grails-app/controllers/ExtendedAttributeTypeController.groovy (moved) * trunk/grails-app/controllers/SectionController.groovy (moved) * trunk/grails-app/controllers/SectionDetailedController.groovy (moved) * trunk/grails-app/controllers/SubAssemblyController.groovy (deleted) * trunk/grails-app/domain/Assembly.groovy (deleted) * trunk/grails-app/domain/AssetSubItem.groovy (moved) * trunk/grails-app/domain/ComponentItem.groovy (deleted) * trunk/grails-app/domain/ExtendedAttributeType.groovy (moved) * trunk/grails-app/domain/SubAssembly.groovy (deleted) * trunk/grails-app/views/assembly (deleted) * trunk/grails-app/views/assetSubItem (moved) * trunk/grails-app/views/componentItem (deleted) * trunk/grails-app/views/extendedAttributeType (moved) * trunk/grails-app/views/section (moved) * trunk/grails-app/views/sectionDetailed (moved) * trunk/grails-app/views/subAssembly (deleted) Re-arrange svn for asset tree refactor. Wed, 21 Oct 2009 22:23:14 GMT gav [160] * trunk/grails-app/controllers/AssetTypeController.groovy (modified) * trunk/grails-app/domain/AssetType.groovy (modified) * trunk/grails-app/views/assetType/create.gsp (modified) * trunk/grails-app/views/assetType/edit.gsp (modified) * trunk/grails-app/views/assetType/list.gsp (modified) * trunk/grails-app/views/assetType/show.gsp (modified) Add costCode attribute to AssetType and regen controller and views.