Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

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

    r124 r131  
    88    boolean isActive = true
    99
    10     static hasMany = [maintenanceActions: MaintenanceAction, assetExtendedAttributes: AssetExtendedAttribute]
     10    static hasMany = [maintenanceActions: MaintenanceAction,
     11                                    assetExtendedAttributes: AssetExtendedAttribute]
    1112
    1213    static belongsTo = [SystemSection, AssetType]
Note: See TracChangeset for help on using the changeset viewer.