1
0
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:
Vincent Salucci
2024-02-06 15:40:37 -06:00
committed by GitHub
parent e9865c1cec
commit c285a07e16

View File

@@ -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"