Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
b9e687dc
Commit
b9e687dc
authored
5 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migration/20.03/2003.sql
+3
-0
3 additions, 0 deletions
migration/20.03/2003.sql
with
3 additions
and
0 deletions
migration/20.03/2003.sql
+
3
−
0
View file @
b9e687dc
...
...
@@ -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'
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment