Actions
Feature #22060
closedRemove filters in add filter combo_box
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
I want to remove tracker from add filter combobox in my plugin.
I create before filter function as
def remove_tracker_filter
retrieve_query
@query.delete_available_filter "tracker_id"
end
It's Ok, but when I click another tab & return my plugin tab. Tracker is till exists in add filter combo box. How do I fix this problem?
Actions