-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[UiActions][Drilldowns] Actions sorting in context menu #76923
Copy link
Copy link
Closed
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:UIActionsUI actions. These are client side only, not related to the server side actions..UI actions. These are client side only, not related to the server side actions..bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effortregressionv7.9.0
Metadata
Metadata
Assignees
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:UIActionsUI actions. These are client side only, not related to the server side actions..UI actions. These are client side only, not related to the server side actions..bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effortregressionv7.9.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
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