Skip to content
Snippets Groups Projects
Commit 1fb648a3 authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch '48657-persist-auto-devops-banner-dismissal-per-user-cookie' into 'master'

Persist 'auto devops' banner dismissal globally

Closes #48657

See merge request gitlab-org/gitlab-ce!20540
parents 964d9f43 2c9f9320
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', () => {
new ShortcutsNavigation(); // eslint-disable-line no-new
new NotificationsForm(); // eslint-disable-line no-new
new UserCallout({ // eslint-disable-line no-new
setCalloutPerProject: true,
setCalloutPerProject: false,
className: 'js-autodevops-banner',
});
 
Loading
Loading
---
title: Persist 'Auto DevOps' banner dismissal globally
merge_request: 20540
author:
type: other
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