Skip to content
Snippets Groups Projects
Commit a483d053 authored by pbarroca's avatar pbarroca
Browse files

mise à jour des data-position et data-division après drag'n'drop

parent 8f95c935
Branches
Tags
No related merge requests found
......@@ -63,7 +63,11 @@ if (($user = Class_Users::getLoader()->getIdentity())
toDivision: newDivision,
fromPosition: $(ui.item).attr("data-position"),
toPosition: newPosition,
profil:' . $current_profil->getId() . '}});
profil:' . $current_profil->getId() . '},
success: function(data, textStatus, jqXHR){
$(ui.item).attr("data-division", newDivision);
$(ui.item).attr("data-position", newPosition);
}});
}});
');
......
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