Ignore:
Timestamp:
Jan 26, 2009, 5:26:11 AM (15 years ago)
Author:
gav
Message:

Adjusted constraints and regen-all for Person/Group/Type? and Task/Group?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/person/list.gsp

    r21 r35  
    3232                                <g:sortableColumn property="isActive" title="Is Active" />
    3333                       
    34                                 <th>Person Group</th>
    35                            
    3634                        </tr>
    3735                    </thead>
     
    5048                            <td>${fieldValue(bean:personInstance, field:'isActive')}</td>
    5149                       
    52                             <td>${fieldValue(bean:personInstance, field:'personGroup')}</td>
    53                        
    5450                        </tr>
    5551                    </g:each>
Note: See TracChangeset for help on using the changeset viewer.