Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

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

    r121 r122  
    22    MaintenancePolicy maintenancePolicy
    33    PlannedMaintenance plannedMaintenance
    4     SystemSection
     4    SystemSection systemSection
    55    Asset asset
    66    AssetType assetType
     
    1616    static belongsTo = [PlannedMaintenance]
    1717
    18 //     static constraints = {
    19 //
    20 //     }
     18    static constraints = {
     19        systemSection(blank:true, nullable:true)
     20        asset(blank:true, nullable:true)
     21        assetType(blank:true, nullable:true)
     22        assembly(blank:true, nullable:true)
     23        subAssembly(blank:true, nullable:true)
     24        componentItem(blank:true, nullable:true)
     25    }
    2126
    2227    String toString() {
Note: See TracChangeset for help on using the changeset viewer.