Merge pull request #560 from sharelatex/ja-enable-v2-for-all

Enable the v2 banner for everyone if showV2Banner is set
This commit is contained in:
James Allen 2018-05-17 11:55:21 +01:00 committed by GitHub
commit e7a4aeaf79
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ module.exports = Features =
return Settings.enableGithubSync
when 'v1-return-message'
return Settings.accountMerge? and Settings.overleaf?
when 'v2-banner'
return Settings.showV2Banner
when 'custom-togglers'
return Settings.overleaf?
when 'templates'

View file

@ -1,4 +1,4 @@
if (user.awareOfV2 && !settings.overleaf)
if hasFeature('v2-banner')
.userNotifications
ul.list-unstyled.notifications-list(ng-controller="OverleafV2NotificationController", ng-show="visible")
li.notification_entry