java/code/webapp/WEB-INF/struts-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 525df6c2249c16bc682af050c2645fa2b3f3ef5e Author: Milan Zazrivec mzazrivec@redhat.com Date: Mon Dec 23 12:40:50 2013 +0100
Fix action type
diff --git a/java/code/webapp/WEB-INF/struts-config.xml b/java/code/webapp/WEB-INF/struts-config.xml index 0ace144..d7da319 100644 --- a/java/code/webapp/WEB-INF/struts-config.xml +++ b/java/code/webapp/WEB-INF/struts-config.xml @@ -3965,7 +3965,7 @@ scope="request" name="deleteSystemGroupForm" input="/WEB-INF/pages/groups/delete.jsp" - type="com.redhat.rhn.frontend.action.token.DeleteGroupAction" + type="com.redhat.rhn.frontend.action.groups.DeleteGroupAction" className="com.redhat.rhn.frontend.struts.RhnActionMapping" > <set-property property="postRequiredIfSubmitted" value="true" />
spacewalk-commits@lists.fedorahosted.org