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
This commit is contained in:
commit
1fb648a35b
2 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
new ShortcutsNavigation(); // eslint-disable-line no-new
|
new ShortcutsNavigation(); // eslint-disable-line no-new
|
||||||
new NotificationsForm(); // eslint-disable-line no-new
|
new NotificationsForm(); // eslint-disable-line no-new
|
||||||
new UserCallout({ // eslint-disable-line no-new
|
new UserCallout({ // eslint-disable-line no-new
|
||||||
setCalloutPerProject: true,
|
setCalloutPerProject: false,
|
||||||
className: 'js-autodevops-banner',
|
className: 'js-autodevops-banner',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Persist 'Auto DevOps' banner dismissal globally
|
||||||
|
merge_request: 20540
|
||||||
|
author:
|
||||||
|
type: other
|
Loading…
Reference in a new issue