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

    r121 r131  
    11class SubAssembly {
     2
     3    Assembly assembly
    24
    35    String name
     
    57    boolean isActive = true
    68
    7     static hasMany = [assemblies: Assembly, componentItems: ComponentItem, maintenanceActions: MaintenanceAction]
     9    static hasMany = [componentItems: ComponentItem,
     10                                    maintenanceActions: MaintenanceAction]
    811
    912    static belongsTo = [Assembly]
Note: See TracChangeset for help on using the changeset viewer.