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

This commit is contained in:
Rolf Schmidt 2017-04-12 15:53:28 +02:00
parent 021f6f03f8
commit ee96e5aa91

View file

@ -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']