summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml')
-rw-r--r--releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml b/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml
new file mode 100644
index 00000000..a40e704c
--- /dev/null
+++ b/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml
@@ -0,0 +1,13 @@
+---
+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