add integer and tree_select types to Triggers Management(New Trigger) form under conditions for effected objects

This commit is contained in:
Umar Sheikh 2017-12-15 17:57:15 +05:00
parent 34c14a22b5
commit db650b9fbb

View file

@ -22,8 +22,10 @@ class App.UiElement.ticket_selector
'^timestamp$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)'] '^timestamp$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)']
'^date$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)'] '^date$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)']
'boolean$': ['is', 'is not'] 'boolean$': ['is', 'is not']
'integer$': ['is', 'is not']
'^radio$': ['is', 'is not'] '^radio$': ['is', 'is not']
'^select$': ['is', 'is not'] '^select$': ['is', 'is not']
'^tree_select$': ['is', 'is not']
'^input$': ['contains', 'contains not'] '^input$': ['contains', 'contains not']
'^textarea$': ['contains', 'contains not'] '^textarea$': ['contains', 'contains not']
'^tag$': ['contains all', 'contains one', 'contains all not', 'contains one not'] '^tag$': ['contains all', 'contains one', 'contains all not', 'contains one not']
@ -34,8 +36,10 @@ class App.UiElement.ticket_selector
'^timestamp$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)', 'has changed'] '^timestamp$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)', 'has changed']
'^date$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)', 'has changed'] '^date$': ['before (absolute)', 'after (absolute)', 'before (relative)', 'after (relative)', 'within next (relative)', 'within last (relative)', 'has changed']
'boolean$': ['is', 'is not', 'has changed'] 'boolean$': ['is', 'is not', 'has changed']
'integer$': ['is', 'is not', 'has changed']
'^radio$': ['is', 'is not', 'has changed'] '^radio$': ['is', 'is not', 'has changed']
'^select$': ['is', 'is not', 'has changed'] '^select$': ['is', 'is not', 'has changed']
'^tree_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'] '^tag$': ['contains all', 'contains one', 'contains all not', 'contains one not']