Ignore:
Timestamp:
Jan 19, 2009, 8:31:46 PM (15 years ago)
Author:
gavin
Message:

Remove TypeOfClass? and change to ClassType?. Update ERD to match.
Create and add openMimLogo/Icon.
Generate-all *.
Configure BootStrap? and add entries, some not saving yet.
Update DatabaseDesign?.tex and index.gsp

File:
1 edited

Legend:

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

    r18 r21  
    88    static hasMany = [persons: Person]
    99
    10     static belongsTo = [TypeOfEntry, Task, Person]
     10    static belongsTo = [EntryType, Task, Person]
    1111
    1212    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.