Ignore:
Timestamp:
Jan 22, 2010, 12:27:04 PM (14 years ago)
Author:
gav
Message:

Set some permissions on Site and Section controllers.
Detail some site views missed in last commit.

File:
1 edited

Legend:

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

    r273 r289  
    5656                                <ul>
    5757                                <g:each var="i" in="${siteInstance.inventoryStores}">
    58                                     <li><g:link controller="inventoryStore" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li>
     58                                    <li><g:link controller="inventoryStoreDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li>
    5959                                </g:each>
    6060                                </ul>
     
    6969                                <ul>
    7070                                <g:each var="s" in="${siteInstance.sections}">
    71                                     <li><g:link controller="section" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
     71                                    <li><g:link controller="sectionDetailed" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
    7272                                </g:each>
    7373                                </ul>
     
    8282                                <ul>
    8383                                <g:each var="s" in="${siteInstance.siteExtendedAttributes}">
    84                                     <li><g:link controller="siteExtendedAttribute" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
     84                                    <li><g:link controller="siteExtendedAttributeDetailed" 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.