Commit 11ca7be2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add code to pass the title of event in the request

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42702 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ea7135a
......@@ -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
......
6
\ No newline at end of file
7
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment