Ignore:
Timestamp:
Nov 25, 2010, 12:08:12 PM (13 years ago)
Author:
gav
Message:

Domain change: as per ticket #97 - Drop the entire Manufacturer domain concept.

File:
1 edited

Legend:

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

    r397 r722  
    33    AddressType addressType
    44
    5     Manufacturer manufacturer
    65    Supplier supplier
    76    Person person
     
    1716//     hasMany = []
    1817
    19     static belongsTo = [Manufacturer, Supplier, Person, Site]
     18    static belongsTo = [Supplier, Person, Site]
    2019
    2120    static constraints = {
     
    2625        postCode(blank:false,maxSize:50)
    2726        country(blank:false,maxSize:50)
    28         manufacturer(nullable:true)
    2927        supplier(nullable:true)
    3028        person(nullable:true)
Note: See TracChangeset for help on using the changeset viewer.