Merge remote-tracking branch 'refs/remotes/origin/support/3.1' into support/3.2

This commit is contained in:
jf-cbd
2024-07-04 13:55:59 +02:00

View File

@@ -53,7 +53,7 @@ class BlockList extends UIContentBlock
{
return '$("#'.$this->sId.'").block();
$.post("ajax.render.php?operation=refreshDashletList",
{ style: "list", filter: "'.$this->sFilter.'", extra_params: '.json_encode($this->aExtraParams).' },
{ style: "list", filter: '.json_encode($this->sFilter).', extra_params: '.json_encode($this->aExtraParams).' },
function(data){
$("#'.$this->sId.'")
.empty()