mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
[DS-546] Change Administrative sitemap to only add Notices generated in the Administrative aspect.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5346 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -318,17 +318,18 @@ to administer DSpace.
|
|||||||
describe the notice, if they are present then we add them to the DRI document
|
describe the notice, if they are present then we add them to the DRI document
|
||||||
before all other flow pages.
|
before all other flow pages.
|
||||||
-->
|
-->
|
||||||
<map:match type="WildcardParameterMatcher" pattern="true">
|
<map:match pattern="admin/**">
|
||||||
<map:parameter name="parameter-name" value="notice"/>
|
<map:match type="WildcardParameterMatcher" pattern="true">
|
||||||
<map:parameter name="notice" value="{flow-attribute:notice}"/>
|
<map:parameter name="parameter-name" value="notice"/>
|
||||||
<map:transform type="notice">
|
<map:parameter name="notice" value="{flow-attribute:notice}"/>
|
||||||
<map:parameter name="outcome" value="{flow-attribute:outcome}"/>
|
<map:transform type="notice">
|
||||||
<map:parameter name="header" value="{flow-attribute:header}"/>
|
<map:parameter name="outcome" value="{flow-attribute:outcome}"/>
|
||||||
<map:parameter name="message" value="{flow-attribute:message}"/>
|
<map:parameter name="header" value="{flow-attribute:header}"/>
|
||||||
<map:parameter name="characters" value="{flow-attribute:characters}"/>
|
<map:parameter name="message" value="{flow-attribute:message}"/>
|
||||||
</map:transform>
|
<map:parameter name="characters" value="{flow-attribute:characters}"/>
|
||||||
</map:match>
|
</map:transform>
|
||||||
|
</map:match>
|
||||||
|
</map:match>
|
||||||
|
|
||||||
<map:match pattern="admin/not-authorized">
|
<map:match pattern="admin/not-authorized">
|
||||||
<map:transform type="NotAuthorized"/>
|
<map:transform type="NotAuthorized"/>
|
||||||
|
Reference in New Issue
Block a user