mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
search widget : numeric => between after the basic operators
SVN:b1162[5572]
This commit is contained in:
@@ -17,11 +17,6 @@ $(function()
|
||||
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Equals'),//pre-existing, label changed
|
||||
// 'dropdown_group':1,
|
||||
},
|
||||
'between': {
|
||||
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Between'),
|
||||
'code': 'between',
|
||||
'rank': 50,
|
||||
},
|
||||
'>': {
|
||||
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:GreaterThan'),
|
||||
'code': 'greater_than',
|
||||
@@ -53,6 +48,12 @@ $(function()
|
||||
// 'dropdown_group':1,
|
||||
},
|
||||
|
||||
'between': {
|
||||
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Between'),
|
||||
'code': 'between',
|
||||
'rank': 600,
|
||||
},
|
||||
|
||||
'empty': {
|
||||
'rank': 700,//pre-existing, reordered
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user