manila/releasenotes/notes/bug-192912-fix-filtering-shares-by-extra-specs-b79235301306bcf2.yaml
Kafilat Adeleke 4fbacf1df1 Filter shares by share type "extra_specs"
This change fixes the query being used to filter share
types. We were using an "or" clause instead of an "and" clause,
and that was causing all the extra specs to be shown instead of
the ones that the user specified. With this fix, manila users will
be able to filter shares by share type extra_specs accurately.

Closes-Bug: #1929121

Change-Id: I5cf9788dcafebdf88426617d2824f4be42dbb412
2021-06-21 16:43:07 +00:00

6 lines
116 B
YAML

---
fixes:
- |
Filtering shares by share-type "extra_specs" as
key=value now returns the expected output.