# # ChangeLog for trunk/grails-app/views/maintenancePolicyDetailed/list.gsp # # Generated by Trac 1.2 # May 19, 2024, 4:29:33 AM Sun, 18 Apr 2010 16:07:48 GMT gav [498] * trunk/grails-app/views/addressDetailed/list.gsp (modified) * trunk/grails-app/views/assetDetailed/search.gsp (modified) * trunk/grails-app/views/assetSubItemDetailed/search.gsp (modified) * trunk/grails-app/views/costCodeDetailed/list.gsp (modified) * trunk/grails-app/views/departmentDetailed/list.gsp (modified) * trunk/grails-app/views/extendedAttributeTypeDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryGroupDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp (modified) * trunk/grails-app/views/inventoryLocationDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryMovementDetailed/listInventoryMovements.gsp (modified) * trunk/grails-app/views/inventoryStoreDetailed/list.gsp (modified) * trunk/grails-app/views/maintenancePolicyDetailed/list.gsp (modified) * trunk/grails-app/views/manufacturerDetailed/list.gsp (modified) * trunk/grails-app/views/manufacturerTypeDetailed/list.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/personGroupDetailed/list.gsp (modified) * trunk/grails-app/views/personGroupTypeDetailed/list.gsp (modified) * trunk/grails-app/views/pictureDetailed/list.gsp (modified) * trunk/grails-app/views/productionReferenceDetailed/list.gsp (modified) * trunk/grails-app/views/sectionDetailed/list.gsp (modified) * trunk/grails-app/views/siteDetailed/list.gsp (modified) * trunk/grails-app/views/supplierDetailed/list.gsp (modified) * trunk/grails-app/views/supplierTypeDetailed/list.gsp (modified) * trunk/grails-app/views/taskDetailed/search.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp (modified) Improved table row onclick implementation for all detailed list and ... Wed, 17 Feb 2010 18:52:50 GMT gav [384] * trunk/grails-app/views/maintenancePolicyDetailed/edit.gsp (modified) * trunk/grails-app/views/maintenancePolicyDetailed/list.gsp (modified) Minor adjustments to !MaintenancePolicyDetailed views. Wed, 17 Feb 2010 10:33:06 GMT gav [363] * trunk/grails-app/controllers/MaintenancePolicyDetailedController.groovy (modified) * trunk/grails-app/views/maintenancePolicyDetailed/create.gsp (modified) * trunk/grails-app/views/maintenancePolicyDetailed/edit.gsp (modified) * trunk/grails-app/views/maintenancePolicyDetailed/list.gsp (modified) * trunk/grails-app/views/maintenancePolicyDetailed/show.gsp (modified) Detail !MaintenancePolicy controller and views. Wed, 17 Feb 2010 10:03:34 GMT gav [362] * trunk/grails-app/controllers/MaintenancePolicyDetailedController.groovy (moved) * trunk/grails-app/views/maintenancePolicyDetailed (moved) Svn move !MaintenancePolicy controller and views to detailed. Thu, 14 Jan 2010 12:51:03 GMT gav [268] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/AssetSubItemController.groovy (modified) * trunk/grails-app/controllers/AssetSubItemExtendedAttributeController.groovy (added) * trunk/grails-app/controllers/DepartmentExtendedAttributeController.groovy (added) * trunk/grails-app/controllers/ExtendedAttributeTypeController.groovy (modified) * trunk/grails-app/controllers/SectionController.groovy (modified) * trunk/grails-app/controllers/SectionDetailedController.groovy (modified) * trunk/grails-app/controllers/SectionExtendedAttributeController.groovy (added) * trunk/grails-app/controllers/SiteExtendedAttributeController.groovy (added) * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/AssetExtendedAttribute.groovy (modified) * trunk/grails-app/domain/AssetSubItem.groovy (modified) * trunk/grails-app/domain/AssetSubItemExtendedAttribute.groovy (added) * trunk/grails-app/domain/Department.groovy (modified) * trunk/grails-app/domain/DepartmentExtendedAttribute.groovy (added) * trunk/grails-app/domain/ExtendedAttributeType.groovy (modified) * trunk/grails-app/domain/MaintenanceAction.groovy (modified) * trunk/grails-app/domain/MaintenancePolicy.groovy (modified) * trunk/grails-app/domain/Section.groovy (moved) * trunk/grails-app/domain/SectionExtendedAttribute.groovy (added) * trunk/grails-app/domain/Site.groovy (modified) * trunk/grails-app/domain/SiteExtendedAttribute.groovy (added) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/asset/create.gsp (modified) * trunk/grails-app/views/asset/edit.gsp (modified) * trunk/grails-app/views/asset/list.gsp (modified) * trunk/grails-app/views/asset/show.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/create.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/edit.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/list.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/show.gsp (modified) * trunk/grails-app/views/assetSubItem/create.gsp (modified) * trunk/grails-app/views/assetSubItem/edit.gsp (modified) * trunk/grails-app/views/assetSubItem/list.gsp (modified) * trunk/grails-app/views/assetSubItem/show.gsp (modified) * trunk/grails-app/views/assetSubItemExtendedAttribute (added) * trunk/grails-app/views/assetSubItemExtendedAttribute/create.gsp (added) * trunk/grails-app/views/assetSubItemExtendedAttribute/edit.gsp (added) * trunk/grails-app/views/assetSubItemExtendedAttribute/list.gsp (added) * trunk/grails-app/views/assetSubItemExtendedAttribute/show.gsp (added) * trunk/grails-app/views/department/create.gsp (modified) * trunk/grails-app/views/department/edit.gsp (modified) * trunk/grails-app/views/department/list.gsp (modified) * trunk/grails-app/views/department/show.gsp (modified) * trunk/grails-app/views/departmentExtendedAttribute (added) * trunk/grails-app/views/departmentExtendedAttribute/create.gsp (added) * trunk/grails-app/views/departmentExtendedAttribute/edit.gsp (added) * trunk/grails-app/views/departmentExtendedAttribute/list.gsp (added) * trunk/grails-app/views/departmentExtendedAttribute/show.gsp (added) * trunk/grails-app/views/extendedAttributeType/create.gsp (modified) * trunk/grails-app/views/extendedAttributeType/edit.gsp (modified) * trunk/grails-app/views/extendedAttributeType/list.gsp (modified) * trunk/grails-app/views/extendedAttributeType/show.gsp (modified) * trunk/grails-app/views/maintenanceAction/create.gsp (modified) * trunk/grails-app/views/maintenanceAction/edit.gsp (modified) * trunk/grails-app/views/maintenanceAction/list.gsp (modified) * trunk/grails-app/views/maintenanceAction/show.gsp (modified) * trunk/grails-app/views/maintenancePolicy/create.gsp (modified) * trunk/grails-app/views/maintenancePolicy/edit.gsp (modified) * trunk/grails-app/views/maintenancePolicy/list.gsp (modified) * trunk/grails-app/views/maintenancePolicy/show.gsp (modified) * trunk/grails-app/views/section/create.gsp (modified) * trunk/grails-app/views/section/edit.gsp (modified) * trunk/grails-app/views/section/list.gsp (modified) * trunk/grails-app/views/section/show.gsp (modified) * trunk/grails-app/views/sectionExtendedAttribute (added) * trunk/grails-app/views/sectionExtendedAttribute/create.gsp (added) * trunk/grails-app/views/sectionExtendedAttribute/edit.gsp (added) * trunk/grails-app/views/sectionExtendedAttribute/list.gsp (added) * trunk/grails-app/views/sectionExtendedAttribute/show.gsp (added) * trunk/grails-app/views/site/create.gsp (modified) * trunk/grails-app/views/site/edit.gsp (modified) * trunk/grails-app/views/site/list.gsp (modified) * trunk/grails-app/views/site/show.gsp (modified) * trunk/grails-app/views/siteExtendedAttribute (added) * trunk/grails-app/views/siteExtendedAttribute/create.gsp (added) * trunk/grails-app/views/siteExtendedAttribute/edit.gsp (added) * trunk/grails-app/views/siteExtendedAttribute/list.gsp (added) * trunk/grails-app/views/siteExtendedAttribute/show.gsp (added) Refactor classes for asset tree refinement. Regenerate views and ...