1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"