Skip to content
Snippets Groups Projects
Commit b9e687dc authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #12091 TIME 0:15 set defaultTab for processDocument in migration

parent 1ad00be5
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,9 @@ where group_id in (
) and groupbasket.basket_id = actions_groupbaskets.basket_id
);
UPDATE groupbasket SET list_event_data = '{"defaultTab":"info"}'
WHERE list_event = 'processDocument' AND (list_event_data IS NULL OR list_event_data = '');
-- /!\ Do not move : update actions AFTER all updates on groupbasket
DELETE FROM actions_categories WHERE action_id in (SELECT id FROM actions WHERE component = 'viewDoc' OR action_page in ('view', 'validate_mail', 'process', 'visa_mail'));
DELETE FROM actions_groupbaskets WHERE id_action in (SELECT id FROM actions WHERE component = 'viewDoc' OR action_page in ('view', 'validate_mail', 'process', 'visa_mail'));
......
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