cdbcc3fd77
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
6 lines
127 B
YAML
6 lines
127 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue when filtering resources with a boolean attribute in the GET
|
|
calls in the Octavia API.
|