Changeset 847 for trunk


Ignore:
Timestamp:
Mar 7, 2011, 11:42:47 AM (13 years ago)
Author:
gav
Message:

Adjust ConditionSeverity base data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/CreateDataService.groovy

    r841 r847  
    648648        // ConditionSeverity #2
    649649        conditionSeverity = new ConditionSeverity(code: 'B',
    650                                                                             recommendation: 'Increase Monitoring').save(failOnError:true)
     650                                                                            recommendation: 'Restored To Normal').save(failOnError:true)
    651651
    652652        // ConditionSeverity #3
    653653        conditionSeverity = new ConditionSeverity(code: 'C',
    654                                                                             recommendation: 'Schedule Replacement').save(failOnError:true)
     654                                                                            recommendation: 'Increase Monitoring').save(failOnError:true)
    655655
    656656        // ConditionSeverity #4
    657657        conditionSeverity = new ConditionSeverity(code: 'D',
     658                                                                            recommendation: 'Schedule Replacement').save(failOnError:true)
     659
     660        // ConditionSeverity #5
     661        conditionSeverity = new ConditionSeverity(code: 'E',
    658662                                                                            recommendation: 'Replace 2-4 weeks').save(failOnError:true)
    659663    }
Note: See TracChangeset for help on using the changeset viewer.