aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/resources
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-30 14:40:28 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-30 14:40:28 +0100
commitdef91ef4b2e19c18aa1f17de391fe08f165292a8 (patch)
tree5e84c647062dca710a415e7c465e12736c445d40 /id/ConfigWebTool/src/main/resources
parent9db09d20a485496a558aa880f1d76684181e4085 (diff)
downloadmoa-id-spss-def91ef4b2e19c18aa1f17de391fe08f165292a8.tar.gz
moa-id-spss-def91ef4b2e19c18aa1f17de391fe08f165292a8.tar.bz2
moa-id-spss-def91ef4b2e19c18aa1f17de391fe08f165292a8.zip
fix problems with non-admin user
Diffstat (limited to 'id/ConfigWebTool/src/main/resources')
-rw-r--r--id/ConfigWebTool/src/main/resources/struts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml
index 31f3889de..39c38ae43 100644
--- a/id/ConfigWebTool/src/main/resources/struts.xml
+++ b/id/ConfigWebTool/src/main/resources/struts.xml
@@ -155,7 +155,7 @@
<action name="newOA" method="newOA" class="at.gv.egovernment.moa.id.configuration.struts.action.EditOAAction">
<result name="editOA">/jsp/editOAGeneral.jsp</result>
- <result name="success" type="chain">main</result>
+ <result name="success">/jsp/mainpage.jsp</result>
<result name="error">/error.jsp</result>
<result name="reauthentication" type="redirectAction">
<param name="actionName">logout</param>