diff TODO @ 144:93c6f12bf339

improved support for /reset but still not ok
author Alain Mazy <am@osimis.io>
date Wed, 08 Nov 2023 08:55:12 +0100
parents d82eef8c98fc
children 1ce48763e75b
line wrap: on
line diff
--- a/TODO	Sat Oct 14 17:12:55 2023 +0200
+++ b/TODO	Wed Nov 08 08:55:12 2023 +0100
@@ -1,3 +1,16 @@
+Bug:
+===
+
+* The plugin does not support calls to 'curl http://localhost:8042/tools/reset -d ""' 
+  if the script registers the OnChangeCallback. Ex:
+
+    import orthanc
+
+    def OnChange(changeType, level, resource):
+      print("OnChange")
+    orthanc.RegisterOnChangeCallback(OnChange)
+
+
 
 Primitives the Orthanc community is missing
 ===========================================