{
selectFullFilterState === "checked" && (
@@ -416,21 +512,6 @@ function EntityList({table}: Props): JSX.Element
);
}
- function getRecordsQueryString()
- {
- if (selectFullFilterState === "filter")
- {
- return `?recordsParam=filterJSON&filterJSON=${JSON.stringify(buildQFilter())}`;
- }
-
- if (selectedIds.length > 0)
- {
- return `?recordsParam=recordIds&recordIds=${selectedIds.join(",")}`;
- }
-
- return "";
- }
-
const renderActionsMenu = (