[MRM-77] move reports to admin namespace

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-09-09 11:13:31 +00:00
parent 5e188c6041
commit b340526e56
3 changed files with 13 additions and 13 deletions

View File

@ -107,17 +107,6 @@
<result>/WEB-INF/jsp/showArtifact.jsp</result>
</action>
<action name="reports" class="reportsAction">
<result>/WEB-INF/jsp/reports/reports.jsp</result>
</action>
<action name="runReport" class="reportsAction" method="runReport">
<interceptor-ref name="configuredStack"/>
<interceptor-ref name="execAndWait"/>
<result name="wait" type="redirect-action">reports</result>
<result name="success" type="redirect-action">reports</result>
</action>
<action name="showArtifactDependencies" class="showArtifactAction" method="dependencies">
<result>/WEB-INF/jsp/showArtifact.jsp</result>
</action>
@ -237,6 +226,17 @@
<action name="runIndexer" class="runRepositoryTaskAction" method="runIndexer">
<result type="redirect-action">index</result>
</action>
<action name="reports" class="reportsAction">
<result>/WEB-INF/jsp/reports/reports.jsp</result>
</action>
<action name="runReport" class="reportsAction" method="runReport">
<interceptor-ref name="configuredStack"/>
<interceptor-ref name="execAndWait"/>
<result name="wait" type="redirect-action">reports</result>
<result name="success" type="redirect-action">reports</result>
</action>
</package>
</xwork>

View File

@ -105,7 +105,7 @@
<h5>Manage</h5>
<ul>
<li class="none">
<my:currentWWUrl action="reports" namespace="/">Reports</my:currentWWUrl>
<my:currentWWUrl action="reports" namespace="/admin">Reports</my:currentWWUrl>
</li>
<%-- TODO

View File

@ -43,7 +43,7 @@
<c:choose>
<c:when test="${!database.inProgress}">
<c:set var="url">
<ww:url action="runReport" namespace="/">
<ww:url action="runReport" namespace="/admin">
<ww:param name="repositoryId" value="%{'${database.repository.id}'}"/>
</ww:url>
</c:set>