Ignore:
Timestamp:
Jan 25, 2011, 7:00:23 PM (13 years ago)
Author:
gav
Message:

Domain change, remove unused field and tweak MaintenanceAction?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/taskProcedureRework/grails-app/domain/MaintenanceAction.groovy

    r268 r756  
    1010    String reasoning = ""
    1111    Integer procedureStepNumber
    12     boolean isActive = true
    1312
    1413//     static hasMany = []
    1514
    16 //     static belongsTo = []
     15    static belongsTo = [TaskProcedure]
    1716
    1817    static constraints = {
     
    2221        maintenancePolicy(nullable:true)
    2322        procedureStepNumber(nullable:true)
    24         description()
     23        description(blank:false)
    2524        reasoning()
    26         isActive()
    2725    }
    2826
Note: See TracChangeset for help on using the changeset viewer.