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

    r122 r131  
    11class Period {
     2
    23    String period
    34    boolean isActive = true
    45
    5     static hasMany = [recurringSchedules: RecurringSchedule]
     6    static hasMany = [taskRecurringSchedules: TaskRecurringSchedule]
    67//
    78//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.