Commit 1fb648a3 authored by Fatih Acet's avatar Fatih Acet

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
......@@ -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',
});
......
---
title: Persist 'Auto DevOps' banner dismissal globally
merge_request: 20540
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment