Ignore:
Timestamp:
Dec 23, 2009, 5:12:17 PM (14 years ago)
Author:
gav
Message:

Re-implement AssignedGroups along side AssignedPersons manually taking the good stuff from r240.
As per revised ticket #37.

File:
1 edited

Legend:

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

    r241 r242  
    114114                   
    115115                        <tr class="prop">
     116                            <td valign="top" class="name">Assigned Groups:</td>
     117                           
     118                            <td  valign="top" style="text-align:left;" class="value">
     119                                <ul>
     120                                <g:each var="a" in="${taskInstance.assignedGroups}">
     121                                    <li><g:link controller="assignedGroup" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li>
     122                                </g:each>
     123                                </ul>
     124                            </td>
     125                           
     126                        </tr>
     127                   
     128                        <tr class="prop">
    116129                            <td valign="top" class="name">Assigned Persons:</td>
    117130                           
Note: See TracChangeset for help on using the changeset viewer.