summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-recordset-status-204e2747ef47d5ad.yaml
blob: a40e704c6269b6048df8e95915cd9238eaa03de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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