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/ComponentItem.groovy

    r122 r131  
    11class ComponentItem {
     2
     3    SubAssembly subAssembly
    24
    35    String name
     
    57    boolean isActive = true
    68
    7     static hasMany = [subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction]
     9    static hasMany = [maintenanceActions: MaintenanceAction]
    810
    911    static belongsTo = [SubAssembly]
Note: See TracChangeset for help on using the changeset viewer.