57f420801c
This patch changes the status handling of record sets to always report the appropriate status. Closes-Bug: #1842994 Change-Id: Ic2f4f41a9a87440e3849f380ea5989e15f378619
14 lines
422 B
YAML
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
|