Browse Source

Fixed issue #245 - No tag in conditions for new Overviews, Triggers, Schedulers and SLAs.

Rolf Schmidt 8 years ago
parent
commit
ee96e5aa91

+ 1 - 0
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']
         '^select$': ['is', 'is not', 'has changed']
         '^input$': ['contains', 'contains not', 'has changed']
         '^input$': ['contains', 'contains not', 'has changed']
         '^textarea$': ['contains', 'contains not', 'has changed']
         '^textarea$': ['contains', 'contains not', 'has changed']
+        '^tag$': ['contains all', 'contains one', 'contains all not', 'contains one not']
 
 
     operators_name =
     operators_name =
       '_id$': ['is', 'is not']
       '_id$': ['is', 'is not']