RED-4175 - removed 'select all' option for filter when there is possible only one selection
This commit is contained in:
parent
d4e2bd43ad
commit
e4c6d5fc75
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user