RED-4175 - removed 'select all' option for filter when there is possible only one selection

This commit is contained in:
Valentin Mihai 2022-06-16 15:30:39 +03:00
parent d4e2bd43ad
commit e4c6d5fc75

View File

@ -77,8 +77,9 @@
<ng-template #filterHeader>
<div class="filter-menu-header">
<div class="all-caps-label" translate="filter-menu.filter-types"></div>
<div class="actions">
<div class="actions" *ngIf="primaryFilterGroup$ | async as primaryGroup">
<div
*ngIf="!primaryGroup.singleSelect"
(click)="activatePrimaryFilters(); $event.stopPropagation()"
class="all-caps-label primary pointer"
translate="actions.all"