octavia/releasenotes/notes/fix-filtering-with-boolean-attributes-15df51820753a900.yaml
Gregory Thiemonge cdbcc3fd77 Fix incorrect filtering when using bool attrs
When filtering the GET calls with a boolean attribute, the value of the
attribute was a string and not a boolean, it made the queries incorrect.
Now, every boolean attribute is converted from a string to a boolean
before querying the DB.

Closes-Bug: #2045803
Change-Id: I9aea55371d3f3d054eba5673d09eead23d5c95a8
2024-05-03 09:28:58 -04:00

6 lines
127 B
YAML

---
fixes:
- |
Fixed an issue when filtering resources with a boolean attribute in the GET
calls in the Octavia API.