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:
Bruno Da Silva
2018-03-26 15:59:44 +00:00
parent 070ac49d1b
commit 389e8f2de6
2 changed files with 21 additions and 7 deletions

View File

@@ -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",