Skip to content
Snippets Groups Projects
Verified Commit 820c0156 authored by Damien's avatar Damien
Browse files

FEAT #10633 TIME 0:10 Component send to visa

parent 90824ed2
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ An action page is described in a ACTIONPAGE tag : ...@@ -320,7 +320,7 @@ An action page is described in a ACTIONPAGE tag :
<LABEL>_SEND_TO_VISA</LABEL> <LABEL>_SEND_TO_VISA</LABEL>
<NAME>send_to_visa</NAME> <NAME>send_to_visa</NAME>
<DESC>_SEND_TO_VISA_DESC</DESC> <DESC>_SEND_TO_VISA_DESC</DESC>
<component>v1Action</component> <component>sendSignatureBookAction</component>
<ORIGIN>module</ORIGIN> <ORIGIN>module</ORIGIN>
<MODULE>visa</MODULE> <MODULE>visa</MODULE>
<FLAG_CREATE>false</FLAG_CREATE> <FLAG_CREATE>false</FLAG_CREATE>
......
...@@ -83,14 +83,14 @@ where group_id in ( ...@@ -83,14 +83,14 @@ where group_id in (
); );
-- /!\ Do not move : update actions AFTER all updates on groupbasket -- /!\ Do not move : update actions AFTER all updates on groupbasket
UPDATE actions SET component = 'confirmAction', action_page = 'confirm_status' WHERE action_page in ('validate_mail', 'process', 'visa_mail'); DELETE FROM actions WHERE component = 'viewDoc' OR action_page in ('view', 'validate_mail', 'process', 'visa_mail');
DELETE FROM actions WHERE action_page = 'view' OR component = 'viewDoc';
UPDATE actions SET component = 'rejectVisaBackToPrevious' WHERE action_page = 'rejection_visa_previous'; UPDATE actions SET component = 'rejectVisaBackToPrevious' WHERE action_page = 'rejection_visa_previous';
UPDATE actions SET component = 'redirectInitiatorEntityAction' WHERE action_page = 'redirect_visa_entity'; UPDATE actions SET component = 'redirectInitiatorEntityAction' WHERE action_page = 'redirect_visa_entity';
UPDATE actions SET component = 'rejectVisaBackToPreviousAction' WHERE action_page = 'rejection_visa_previous'; UPDATE actions SET component = 'rejectVisaBackToPreviousAction' WHERE action_page = 'rejection_visa_previous';
UPDATE actions SET component = 'rejectVisaBackToRedactorAction' WHERE action_page = 'rejection_visa_redactor'; UPDATE actions SET component = 'rejectVisaBackToRedactorAction' WHERE action_page = 'rejection_visa_redactor';
UPDATE actions SET component = 'interruptVisaAction' WHERE action_page = 'interrupt_visa'; UPDATE actions SET component = 'interruptVisaAction' WHERE action_page = 'interrupt_visa';
UPDATE actions SET component = 'sendSignatureBookAction' WHERE action_page = 'send_to_visa';
/* FOLDERS */ /* FOLDERS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment