[UiActions][Drilldowns] Actions sorting in context menu #76923
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Drilldowns
Embeddable panel Drilldowns
Feature:UIActions
UI actions. These are client side only, not related to the server side actions..
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
regression
v7.9.0
When attaching actions to a trigger there is no way to control actions ordering in context menu except relying on the order in which actions are attached. Relying on that we achived desired order in drilldown before:
Before ~7.9:
After ~7.9:
We introduced nested triggers. So the actions in context menu aggregated from multiple triggers. In case of URL drilldown the order is not the one we'd want:
That's because when user clicks, there is VALUE_CLICK_TRIGGER which gets "Show on Github" action. Then there is APPLY_FILTER_TRIGGER triggered as nested trigger which finds "Apply filter on current view".
Part of: #71854
The text was updated successfully, but these errors were encountered: