Ignore:
Timestamp:
Jan 15, 2010, 1:18:09 PM (14 years ago)
Author:
gav
Message:

Correct site-inventoryStores relationship and generate-all.
Copy section views over sectionDetailed.

File:
1 edited

Legend:

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

    r268 r273  
    55    Boolean isActive = true
    66
    7 //     static hasMany = [inventoryStores: InventoryStore, systemSections: SystemSection]
    87    static hasMany = [sections: Section,
    9                                 siteExtendedAttributes: SiteExtendedAttribute]
     8                                siteExtendedAttributes: SiteExtendedAttribute,
     9                                inventoryStores: InventoryStore]
    1010
    1111//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.