Fixed issue #245 - No tag in conditions for new Overviews, Triggers, Schedulers and SLAs.
This commit is contained in:
parent
021f6f03f8
commit
ee96e5aa91
1 changed files with 1 additions and 0 deletions
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue