mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix: show grant collection access helper text, refs AC-2147 (#7830)
This commit is contained in:
@@ -64,11 +64,15 @@
|
||||
</bit-form-field>
|
||||
</bit-tab>
|
||||
<bit-tab label="{{ 'access' | i18n }}">
|
||||
<div class="tw-mb-3" *ngIf="flexibleCollectionsV1Enabled$ | async">
|
||||
<div class="tw-mb-3" *ngIf="organization.flexibleCollections">
|
||||
{{ "grantCollectionAccess" | i18n }}
|
||||
<span *ngIf="organization.allowAdminAccessToAllCollectionItems">{{
|
||||
" " + ("adminCollectionAccess" | i18n)
|
||||
}}</span>
|
||||
<span
|
||||
*ngIf="
|
||||
(flexibleCollectionsV1Enabled$ | async) &&
|
||||
organization.allowAdminAccessToAllCollectionItems
|
||||
"
|
||||
>{{ " " + ("adminCollectionAccess" | i18n) }}</span
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="tw-mb-3 tw-text-danger"
|
||||
|
||||
Reference in New Issue
Block a user