mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
bugfix: advanced search
- date i18n : non standard date formating was totally wrong, full rewrite of date parsing (in getter and setter) relying on datepicker and datetimepicker parsers (they are awfull) - date "now" button do no more close the criteria - ie9 compat. : use history.replaceState only if available in order to prevent bugs with ie9 SVN:trunk[5710]
This commit is contained in:
@@ -22,12 +22,14 @@ $(function()
|
||||
"x_picker" : 'datepicker',
|
||||
"value_index": 0,
|
||||
"onclose_show" : "until",
|
||||
"has_time": false,
|
||||
},
|
||||
{
|
||||
"code": "until",
|
||||
"code_uc_first":"Until",
|
||||
"x_picker" : 'datepicker',
|
||||
"value_index": 1,
|
||||
"has_time": false,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user