mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Advanced Search: Numeric fields and dates
SVN:b1162[5492]
This commit is contained in:
@@ -154,7 +154,7 @@ $(function()
|
||||
switch (aValues.length)
|
||||
{
|
||||
case 2:
|
||||
oOpElem.find('.sfc_op_content input[name="until"]').val(aValues[0].value);
|
||||
oOpElem.find('.sfc_op_content input[name="until"]').val(aValues[1].value);
|
||||
//NO BREAK!!!
|
||||
case 1:
|
||||
oOpElem.find('.sfc_op_content input[name="from"]').val(aValues[0].value);
|
||||
|
||||
Reference in New Issue
Block a user