Changeset 807 for trunk/grails-app


Ignore:
Timestamp:
Feb 14, 2011, 1:06:40 PM (13 years ago)
Author:
gav
Message:

Domain change, set Task.primaryAsset to lazy:false to fix small bug introduced in r799.

File:
1 edited

Legend:

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

    r799 r807  
    3737    static mappedBy = [taskRecurringSchedule:"task"]
    3838
     39    static mapping = {
     40        primaryAsset lazy:false
     41    }
     42
    3943    static belongsTo = [TaskGroup, TaskStatus, Task, Person]
    4044
Note: See TracChangeset for help on using the changeset viewer.