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

    r121 r122  
    11class RecurringSchedule {
    22
     3    Task task
     4    Period period
    35    PlannedMaintenance plannedMaintenance
    4     Period period
    5     Task task
    66
    77    Integer recurEvery
     
    1313    static belongsTo = [Task]
    1414
    15 //     static constraints = {
    16 //     }
     15    static constraints = {
     16        plannedMaintenance(blank:true, nullable:true)
     17    }
    1718
    1819//     String toString() {
Note: See TracChangeset for help on using the changeset viewer.