Add missing allowed action for "accept"
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/213c0b53 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/213c0b53 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/213c0b53 Branch: refs/heads/master Commit: 213c0b53cea2c535cda09a15d4018a1c72df4600 Parents: 7105bb6 Author: Dave Johnson <[email protected]> Authored: Sun Oct 15 16:40:19 2017 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Oct 15 16:40:19 2017 -0400 ---------------------------------------------------------------------- app/src/main/resources/struts.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/213c0b53/app/src/main/resources/struts.xml ---------------------------------------------------------------------- diff --git a/app/src/main/resources/struts.xml b/app/src/main/resources/struts.xml index 5783062..a7c9f54 100644 --- a/app/src/main/resources/struts.xml +++ b/app/src/main/resources/struts.xml @@ -78,6 +78,7 @@ </global-results> <global-allowed-methods> + accept, activate, decline, execute @@ -575,7 +576,7 @@ <action name="invite" class="org.apache.roller.weblogger.ui.struts2.editor.MembersInvite"> <result name="input" type="tiles">.MembersInvite</result> - <result name="disabled" type="tiles">.disabled</result> + <!-- <result name="disabled" type="tiles">.disabled</result> --> <result name="success" type="chain">members</result> <result name="cancel" type="redirectAction"> <param name="actionName">members</param>
