designate/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml
Erik Olof Gunnar Andersson 57f420801c Fix bug in recordset status
This patch changes the status handling of record sets
to always report the appropriate status.

Closes-Bug: #1842994
Change-Id: Ic2f4f41a9a87440e3849f380ea5989e15f378619
2019-09-05 20:08:17 -07:00

14 lines
422 B
YAML

---
fixes:
- |
Fixed a bug with the recordset status implementation to make it report
its status more accurately.
A recordset will now always report its highest priority state when it
contains multiple records. The order of priority is,
`ERROR`, `PENDING`, `ACTIVE` and `DELETED`.
See `bug 1842994`_ for more information.
.. _bug 1842994: https://bugs.launchpad.net/designate/+bug/1842994