Commit e079bd50 authored by Gabriel Monnerat's avatar Gabriel Monnerat

close the dialog and refresh the calendar when the request ends

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42770 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e79454e9
......@@ -89,7 +89,10 @@ function Edit(data){\n
{name : \'request_type\', \'value\': \'update\'},\n
{name : \'event_id\', \'value\': $("input#event_id").attr("value")}]\n
\n
$.post("Base_updateCalendarEventList", paramList);\n
$.post("Base_updateCalendarEventList", paramList, function(){\n
$("div#new_event_dialog").dialog("close");\n
$("div#showreflashbtn.fbutton").click();\n
});\n
},\n
},\n
});\n
......
201
\ No newline at end of file
202
\ 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