Cannot use ListView actions since 4.15 in Plugin

Hey there

I am maintaining a strapi plugin, that allows sorting items in the “list-view” via drag and drop. Therefore I used the following import statement:

import { getData, getDataSucceeded } from "@strapi/admin/admin/src/content-manager/pages/ListView/actions";

Since 4.15 this is not working anymore. Can anyone help me, since I can’t find the new export (and actually I don’t understand the codebase good enough to find it myself). Thanks a lot for your help!! :blush:

(This is the github issue: Incompatibility with Strapi version 4.15.2, 4.15.4 · Issue #58 · plantagoIT/strapi-drag-drop-content-type-plugin · GitHub)