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

    r402 r722  
    33    ContactType contactType
    44
    5     Manufacturer manufacturer
    65    Supplier supplier
    76    Person person
     
    1211//     hasMany = []
    1312
    14     static belongsTo = [Manufacturer, Supplier, Person, Site]
     13    static belongsTo = [Supplier, Person, Site]
    1514
    1615    static constraints = {
    1716        value(maxSize:50)
    1817
    19         manufacturer(nullable:true)
    2018        supplier(nullable:true)
    2119        person(nullable:true)
Note: See TracChangeset for help on using the changeset viewer.