Restrict link-sharing onboarding popup to admins.

Only people with admin permission to the Project can see the Share
button and dialog. It doesn't make sense to alert users who can't
interact with the feature anyway.
This commit is contained in:
Shane Kilkelly 2017-11-10 11:09:46 +00:00
parent 666ee0669a
commit faf6178fa8

View file

@ -111,7 +111,7 @@ div.full-size(
#onboarding-linksharing.onboarding-linksharing.popover(
ng-controller="LinkSharingOnboardingController"
ng-if="onboarding.linkSharing == 'unseen'"
ng-if="permissions.admin && onboarding.linkSharing == 'unseen'"
ng-class="placement"
)
.popover-inner