cloudkitty/releasenotes/notes/fix-scope-state-reset-filters-0a1f5ea503bd32a1.yaml
Luka Peschke ecc4828c91 Fix call to storage.delete() in ScopeEndpoint RPC endpoint
This removes the filters on fetcher and collector in the call to
storage.delete() in the ScopeEndpoint RPC endpoint.

Until now, a filter on the collector and the fetcher were passed to the
function, leading to no match from any point.

Change-Id: I4ad72870da08d9be7c1e0c27a6c89d6d27c49f8e
2019-08-08 10:55:39 +02:00

6 lines
153 B
YAML

---
fixes:
- |
An issue causing data not to be deleted from the storage backend when
resetting a scope's state through the API has been fixed.