Ignore:
Timestamp:
May 4, 2009, 1:59:11 PM (15 years ago)
Author:
gav
Message:

Detail controller and views for Asset, AssetExtendedAttribute?, PlannedMaintenance?, MaintenanceAction?, RecurringSchedule?, SystemSection?.
Some minor work on Task controller and views.
Change PlannedMaintenance? relationship, adjust ERD, Bootstrap and Domain classes to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/AssetType.groovy

    r122 r124  
    66
    77    static hasMany = [assets: Asset,
    8                                     assemblies: Assembly,
    9                                     assetExtendedAttributes: AssetExtendedAttribute,
     8                                    assemblies: Assembly,
    109                                    maintenanceActions: MaintenanceAction]
    1110
Note: See TracChangeset for help on using the changeset viewer.