Ignore:
Timestamp:
Mar 29, 2009, 11:56:11 PM (15 years ago)
Author:
gav
Message:

Rename Modification and ModificationType? domains to TaskModification? and TaskModificationType? respectively. Re-generate controller and views. Update ERD. It's an evil but a necessary mouthful as we may want to track other modifications later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/task/show.gsp

    r70 r93  
    125125                            <td  valign="top" style="text-align:left;" class="value">
    126126                                <ul>
    127                                 <g:each var="m" in="${taskInstance.modifications}">
    128                                     <li><g:link controller="modification" action="show" id="${m.id}">${m?.encodeAsHTML()}</g:link></li>
     127                                <g:each var="m" in="${taskInstance.taskModifications}">
     128                                    <li><g:link controller="taskModification" action="show" id="${m.id}">${m?.encodeAsHTML()}</g:link></li>
    129129                                </g:each>
    130130                                </ul>
Note: See TracChangeset for help on using the changeset viewer.