Issue26

Title Cannot delete local patient from client
Priority bug Status resolved
Superseder Nosy List admin
Assigned To
Keywords Orthanc Core

Created on 2016-12-12.16:10:05 by admin, last changed by admin.

Messages
msg114 (view) Author: admin Date: 2016-12-12.16:10:05
[BitBucket user: Eddie Szulc]
[BitBucket date: 2016-12-12.15:10:05]

**What steps will reproduce the problem?**
Run an Orthanc server on one PC and run Orthanc as a client on my laptop (really it’s just another server).
Click on (retrieved) local patient. Select Delete patient and OK.

**What is the expected output? What do you see instead?**
The screen should say that the patient is deleted and maybe return to the list, but nothing is deleted.

**What version of the product are you using? On what operating system?**
Orthanc 1.1.0 Windows 8.1
msg115 (view) Author: admin Date: 2016-12-12.16:15:45
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2016-12-12.15:15:45]

I cannot reproduce this issue. Check out the logs of your Web browser. This might be a problem with permissions, e.g. a Lua script turning Orthanc read-only:
http://book.orthanc-server.com/users/lua.html#filtering-incoming-rest-requests
msg116 (view) Author: admin Date: 2016-12-12.16:52:55
[BitBucket user: Thibault Nélis]
[BitBucket date: 2016-12-12.15:52:55]

It might also help to start Orthanc in `--verbose` or `--trace` mode, and search both the browser console log and the browser requests history for clues. We can help analyze them if you're willing to post them here. Maybe try other backends for index and storage if possible in case it's somehow related, this might help isolate the issue.
msg117 (view) Author: admin Date: 2017-01-05.13:37:14
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2017-01-05.12:37:14]

Feedback from Eddie Szulc: *"I resolved the deletion problem. I copied my plugin code from a sample, but I didn’t notice that the sample filtered out only GET and POST in FilterIncomingHttpRequest. I’ve removed the function, so everything works fine now. You can close the issue."*
History
Date User Action Args
2026-07-29 15:51:19admincreate