From 514d35e4eca8c541ac40c8b3231632b0cec754ac Mon Sep 17 00:00:00 2001 From: Damien Burel <damien.burel@maarch.org> Date: Tue, 16 Feb 2016 13:36:35 +0000 Subject: [PATCH] FIX #3327 Add an action page (interrupt_visa) --- core/trunk/core/xml/actions_pages.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/trunk/core/xml/actions_pages.xml b/core/trunk/core/xml/actions_pages.xml index 437ee4a2cd7..4076e1f21e2 100644 --- a/core/trunk/core/xml/actions_pages.xml +++ b/core/trunk/core/xml/actions_pages.xml @@ -202,6 +202,17 @@ An action page is described in a ACTIONPAGE tag : <COLLECTIONS> <COLL_ID>letterbox_coll</COLL_ID> </COLLECTIONS> + </ACTIONPAGE> + <ACTIONPAGE> + <ID>interrupt_visa</ID> + <LABEL>_INTERRUPT_WORKFLOW</LABEL> + <NAME>interrupt_visa</NAME> + <ORIGIN>module</ORIGIN> + <MODULE>visa</MODULE> + <FLAG_CREATE>false</FLAG_CREATE> + <COLLECTIONS> + <COLL_ID>letterbox_coll</COLL_ID> + </COLLECTIONS> </ACTIONPAGE> <ACTIONPAGE> <ID>send_to_visa</ID> -- GitLab