New release contains feature that allows me to type "Entity" or some other filter field n the filter box and it will expand and open sub-menu to pick operator
This works in Alarm view but not Maint Mode builder
1) create new Maint Policy
2) select "entities"
3) type 'Entity" in filter box - the selection expands
4) mouse over and select correct filter attribute name
5) Expected result - sub filter menu box opens to select operator - nothing is displayed
Release : SAAS
Fix made:
The filter menu component did not invoke the sub menu popup when mounting the component . The code now checks on the component mount if the action is performed or not. If the action to open the popup is performed, then we are opening the respective menu popup.
Hotfix deployed as works as advertised.