ALWAYS get "error during store" when sending - but it succeeds anyway

Every time I use the “send to DICOM modality” button, it sits there for a while saying it’s sending, then says “error during store”.

But if I then go into Jobs, the job is still running - and a few minutes later, succeeds.

Yes, I know about https://book.orthanc-server.com/faq/improving-interface.html - but this seems like an actual UI bug to me.

What’s more, it’s trivially fixed. Instead of blocking here waiting for completion (which could take many many minutes in the case of multi-gigabyte studies), just have the UI be a link to the Jobs page and a Close button – don’t wait for the job to finish.

Thanks!
Daniel

Your suggestion has been implemented by the following changeset:
https://hg.orthanc-server.com/orthanc/rev/1a061bc2d6ca

Regards,
Sébastien-

Thank you so much!

The “delete” functionality could also use this treatment – Chrome, for example, pops up an “unresponsive page” warning during large deletes. This should also be asynchronous.