You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still need a decision where to locate this module (should it stay in the same place or shown when + is clicked or in the filter-manager).
Except a possible location change we need to enable option to add a filter-group.
this pickerInput should allow selecting multiple values. After selecting value(s) srv_add_filter_state should decide if it's a InteractiveFilterState, FixedFilterState or FilterGroup (more than 1 selected). The new objects should be added to the ReactiveQueue.
The dropdown list should contain existing FilterStates and filter-columns. All these object can be combined within a group
It the new group contains existing FilterState then this FilterState should be duplicated and included into the group (don't move-remove existing FilterState)
The text was updated successfully, but these errors were encountered:
Feature description
We still need a decision where to locate this module (should it stay in the same place or shown when
+
is clicked or in the filter-manager).Except a possible location change we need to enable option to add a filter-group.
srv_add_filter_state
should decide if it's aInteractiveFilterState
,FixedFilterState
orFilterGroup
(more than 1 selected). The new objects should be added to theReactiveQueue
.The text was updated successfully, but these errors were encountered: