fix: [UI] Template element sorting

pull/8319/head
Jakub Onderka 2022-04-22 12:00:18 +02:00
parent f1f1a2465f
commit b6aac6347a
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,6 @@ $(function() {
saveElementSorting(JSON.stringify(order)); saveElementSorting(JSON.stringify(order));
} }
}).disableSelection(); });
}); });
</script> </script>

View File

@ -1516,6 +1516,7 @@ function saveElementSorting(order) {
success:function (data) { success:function (data) {
handleGenericAjaxResponse(data); handleGenericAjaxResponse(data);
}, },
error: xhrFailCallback,
type:"post", type:"post",
cache: false, cache: false,
url: baseurl + "/templates/saveElementSorting/", url: baseurl + "/templates/saveElementSorting/",