comparison TODO @ 227:9574f06d8588 default tip

todo
author Alain Mazy <am@orthanc.team>
date Tue, 24 Sep 2024 08:54:11 +0200
parents 3c98306828de
children
comparison
equal deleted inserted replaced
226:329a7b9ef091 227:9574f06d8588
1 Bug: 1 Bug:
2 === 2 ===
3 3
4 * The plugin does not support calls to 'curl http://localhost:8042/tools/reset -d ""' 4 * The plugin does not support calls to 'curl http://localhost:8042/tools/reset -d ""'
5 if the script registers the OnChangeCallback. Ex: 5 if the script registers the OnChangeCallback.
6 https://discourse.orthanc-server.org/t/problem-when-restarting-orthanc-via-api-tools-reset/5183
7 Ex:
6 8
7 import orthanc 9 import orthanc
8 10
9 def OnChange(changeType, level, resource): 11 def OnChange(changeType, level, resource):
10 print("OnChange") 12 print("OnChange")