/tools/bulk-delete route. Is this working in Explorer2?

I tried selecting some studies and then clicked on the delete icon to delete the selected studies in the Explorer2 interface.

It is a POST, but at least on my current setup there is no payload, and I am seeing an error in the console:

Uncaught (in promise) Error: Request aborted
    Gr https://www.medinformatics.eu/pacs-1/ui/app/assets/index-0ae902ef.js:31
    onabort https://www.medinformatics.eu/pacs-1/ui/app/assets/index-0ae902ef.js:32
    io https://www.medinformatics.eu/pacs-1/ui/app/assets/index-0ae902ef.js:32
    io https://www.medinformatics.eu/pacs-1/ui/app/assets/index-0ae902ef.js:32

I am using the Osimis FROM osimis/orthanc:23.6.0 image to build from.

The regular delete for an individual study does work just fine.

/sds

Hi,

No error on my side here and I have a payload (testing with the mainline but there’s been no changes related to that recently).

What kind of error do you get ?

BR,

Alain

It is the JS error in the console. I suspect it must be grabbing an array of the ID’s or StudyInstanceID’s and it can’t get them due to some conflict in my front-end. I think I have it in a proxied iFrame. It bet it might be related to that. However, I get the same error either way, iFrame or not, but it is proxied via NGINX. It has to be a front-end error though of some type. Maybe still some conflict with my JS.

It is from a bit older build, but it might be some conflict in my front end.