N°2598 - When refreshing a list, loosing page and order - improvement of code

This commit is contained in:
acognet
2021-02-16 15:05:06 +01:00
parent 8f0e665c68
commit 6879cd762c
8 changed files with 57 additions and 31 deletions

View File

@@ -276,8 +276,4 @@ class Alert extends UIContentBlock
return $this->sSectionStateStorageKey;
}
public function GetJSRefresh(): string
{
return "";
}
}