diff --git a/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee b/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee index ba9bcad44..cdd9c0500 100644 --- a/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee +++ b/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee @@ -38,6 +38,7 @@ class App.UiElement.ticket_selector '^select$': ['is', 'is not', 'has changed'] '^input$': ['contains', 'contains not', 'has changed'] '^textarea$': ['contains', 'contains not', 'has changed'] + '^tag$': ['contains all', 'contains one', 'contains all not', 'contains one not'] operators_name = '_id$': ['is', 'is not']