diff options
author | Dennis Tang <750946-dennis@users.noreply.gitlab.com> | 2019-08-14 12:20:36 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-08-14 12:20:36 +0000 |
commit | e5dd249c4ffb18dc6928e86ae0547b071f33dd72 (patch) | |
tree | 68627c5ad44168a18edbcf452eaf9c2297a62f14 /app/models/user_callout_enums.rb | |
parent | 16f3f33e748d61b494f8815501e2a884d114255d (diff) | |
download | gitlab-ce-e5dd249c4ffb18dc6928e86ae0547b071f33dd72.tar.gz |
Add notification for updated privacy policy
This adds a notification to let users know of our updated privacy
policy.
Users can dismiss the notification either by following the link or
closing the notification via an "x" icon.
Diffstat (limited to 'app/models/user_callout_enums.rb')
-rw-r--r-- | app/models/user_callout_enums.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/user_callout_enums.rb b/app/models/user_callout_enums.rb index 7b68e5076c7..5ad27958f4f 100644 --- a/app/models/user_callout_enums.rb +++ b/app/models/user_callout_enums.rb @@ -14,7 +14,8 @@ module UserCalloutEnums gke_cluster_integration: 1, gcp_signup_offer: 2, cluster_security_warning: 3, - suggest_popover_dismissed: 9 + suggest_popover_dismissed: 9, + privacy_policy_update_64341: 10 # Privacy Policy Update: https://gitlab.com/gitlab-org/gitlab-ce/issues/64341 } end end |