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