Ignore:
Timestamp:
Jan 22, 2010, 8:52:22 AM (14 years ago)
Author:
gav
Message:

Regenerate and svn move the following to detailed controllers and views: Department, ExtendedAttributeType, Section, Site.
Secured with ROLE_Manager and ROLE_AppAdmin for now.

Location:
trunk/grails-app/views/departmentDetailed
Files:
1 edited
1 moved

Legend:

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

    r272 r288  
    5656                                <ul>
    5757                                <g:each var="d" in="${departmentInstance.departmentExtendedAttributes}">
    58                                     <li><g:link controller="departmentExtendedAttribute" action="show" id="${d.id}">${d?.encodeAsHTML()}</g:link></li>
     58                                    <li><g:link controller="departmentExtendedAttributeDetailed" action="show" id="${d.id}">${d?.encodeAsHTML()}</g:link></li>
    5959                                </g:each>
    6060                                </ul>
     
    8282                                <ul>
    8383                                <g:each var="s" in="${departmentInstance.sections}">
    84                                     <li><g:link controller="section" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
     84                                    <li><g:link controller="sectionDetailed" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
    8585                                </g:each>
    8686                                </ul>
Note: See TracChangeset for help on using the changeset viewer.