From ee96e5aa91831b399a6510004c64ba0dda62d6a8 Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Wed, 12 Apr 2017 15:53:28 +0200 Subject: [PATCH] Fixed issue #245 - No tag in conditions for new Overviews, Triggers, Schedulers and SLAs. --- .../app/controllers/_ui_element/ticket_selector.coffee | 1 + 1 file changed, 1 insertion(+) 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']