Skip to content
Snippets Groups Projects
Commit 74d600fc authored by Laurent's avatar Laurent
Browse files

hotline #52051 calendar fix ajaxification of category selector

parent 3275bc74
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!1990hotline #52051 calendar fix ajaxification of category selector
Pipeline #273 passed with stage
in 8 minutes and 21 seconds
- ticket #52051 : boite calendrier : correction du sélecteur de catégories qui chargeait mal le contenu du calendrier
\ No newline at end of file
......@@ -39,7 +39,7 @@ var ajaxify_calendars = function () {
$("form#calendar_select_categorie").change(function(event) {
var url = $(this).attr('action');
var url = $(this).attr('action') + 'render/ajax';
$(this).closest(".calendar").load(url,
{'select_id_categorie':$(this).children('select').val(),
'id_module':$(this).children('input').val()},
......
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