Ignore:
Timestamp:
May 13, 2009, 12:51:15 PM (15 years ago)
Author:
gav
Message:

Add icons from famfamfam silk icons, add acknowledgement page to suite.
Adjust AssignedPerson? controller so that a task.id is required to create.
Move Add AssignedPerson? link up to TaskDetailed? show page.
Further improvements to taskDetailed show tabs.
Adjust TaskProcedureDetailed? controller to allow linking a Procedure to a task during creation.
Adjust TaskRecurringSchedule? to a one-to-one cascading relationship.
Modify CSS class duration to time and added icons.
Regenerate some pages.

File:
1 edited

Legend:

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

    r131 r134  
    11class TaskRecurringSchedule {
    22
    3     Task task
    43    Task lastGeneratedSubTask
    54    Period period
     
    1312//     static hasMany = []
    1413
    15     static belongsTo = [Task]
     14    static belongsTo = [task: Task]
    1615
    1716    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.