mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
search widget : widget datetime the "advanced" (datetime) mode and the "less" (date only) modes are now less linked over each other
if you choose a date, you loose the time. Previously, the time was keeped hiddenly. SVN:b1162[5537]
This commit is contained in:
@@ -25,7 +25,8 @@ $(function()
|
||||
"value_index": 0,
|
||||
"onclose_show" : "until",
|
||||
"synced_with": "from_time",
|
||||
"getter_code":"from_time",
|
||||
//"getter_code":"from_time",
|
||||
"getter_suffix":" 00:00:00",
|
||||
},
|
||||
{
|
||||
"code": "from_time",
|
||||
@@ -46,7 +47,8 @@ $(function()
|
||||
"show_on_advanced": false,
|
||||
"value_index": 1,
|
||||
"synced_with": "until_time",
|
||||
"getter_code":"until_time",
|
||||
//"getter_code":"until_time",
|
||||
"getter_suffix":" 23:59:59",
|
||||
},
|
||||
{
|
||||
"code": "until_time",
|
||||
|
||||
Reference in New Issue
Block a user