Ignore:
Timestamp:
Feb 1, 2009, 2:40:28 PM (15 years ago)
Author:
gav
Message:

Change Person attribute of Task to leadPerson, update views and Bootstrap to suite.
Make entire row of Task list view clickable and go directly to edit.

File:
1 edited

Legend:

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

    r21 r47  
    7171                   
    7272                        <tr class="prop">
    73                             <td valign="top" class="name">Person:</td>
     73                            <td valign="top" class="name">Lead Person:</td>
    7474                           
    75                             <td valign="top" class="value"><g:link controller="person" action="show" id="${taskInstance?.person?.id}">${taskInstance?.person?.encodeAsHTML()}</g:link></td>
     75                            <td valign="top" class="value"><g:link controller="person" action="show" id="${taskInstance?.leadPerson?.id}">${taskInstance?.leadPerson?.encodeAsHTML()}</g:link></td>
    7676                           
    7777                        </tr>
Note: See TracChangeset for help on using the changeset viewer.