Skip to content

fix: Use json dump as payload for the policy update request

GromeTT requested to merge fix_update_policy into master

DittoManager.updatePolicyIDBased was always failing because the dict instead of the dump of the dict was passed to the rest request.

Merge request reports