[AC-2193] Hide collection access restricted state when there are visible sub-collections (#8023)
* [AC-2193] Hide collection access restricted state when there are visible sub-collections * [AC-2193] Undo change to showCollectionAccessRestricted * [AC-2193] Update not items and access restricted views to only show if there are both no collections or items available
This commit is contained in:
parent
08b850085c
commit
278b25d257
|
@ -87,8 +87,8 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad">
|
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad && isEmpty">
|
||||||
<bit-no-items *ngIf="isEmpty && !showCollectionAccessRestricted">
|
<bit-no-items *ngIf="!showCollectionAccessRestricted">
|
||||||
<span slot="title" class="tw-mt-4 tw-block">{{ "noItemsInList" | i18n }}</span>
|
<span slot="title" class="tw-mt-4 tw-block">{{ "noItemsInList" | i18n }}</span>
|
||||||
<button
|
<button
|
||||||
slot="button"
|
slot="button"
|
||||||
|
|
Loading…
Reference in New Issue