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