diff --git a/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml b/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml index 2e5c5cd633a94e9509f3a9ab2233311969e1e56d..113acefdc73a655892a6e630ebf43c51e24a5276 100644 --- a/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml +++ b/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml @@ -1726,6 +1726,7 @@ }\n option.isloading = true;\n var id = data[0];\n + var title = data[1];\n var os = data[2];\n var od = data[3];\n var zone = new Date().getTimezoneOffset() / 60 * -1;\n @@ -1733,6 +1734,7 @@ { "name": "CalendarStartTime", value: dateFormat.call(start, i18n.xgcalendar.dateformat.fulldayvalue + " HH:mm") },\n { "name": "CalendarEndTime", value: dateFormat.call(end, i18n.xgcalendar.dateformat.fulldayvalue + " HH:mm") },\n { "name": "timezone", value: zone },\n + { "name": "title", value: title },\n ];\n var d;\n if (option.quickUpdateHandler && $.isFunction(option.quickUpdateHandler)) {\n diff --git a/bt5/erp5_jquery_plugin_wdcalendar/bt/revision b/bt5/erp5_jquery_plugin_wdcalendar/bt/revision index 62f9457511f879886bb7728c986fe10b0ece6bcb..c7930257dfef505fd996e1d6f22f2f35149990d0 100644 --- a/bt5/erp5_jquery_plugin_wdcalendar/bt/revision +++ b/bt5/erp5_jquery_plugin_wdcalendar/bt/revision @@ -1 +1 @@ -6 \ No newline at end of file +7 \ No newline at end of file