3d80e8668b
Access rule visibility and deletion locks were not being properly retrieved when listing, showing and deleting access rules, leading to an unexpected behavior. Fixes that issue by elevating the context and making sure that we are looking for all of the locks placed against the access rule. Closes-Bug: #2089061 Change-Id: Ib6667df25c8935826e673f180848887fe4fff8d6 Signed-off-by: Carlos Eduardo <ces.eduardo98@gmail.com>
9 lines
381 B
YAML
9 lines
381 B
YAML
---
|
|
fixes:
|
|
- |
|
|
While displaying and deleting access rules, manila was limiting the search
|
|
for locks to the context of the request. Now, manila will search within
|
|
all of the projects for locks and properly apply visibility and deletion
|
|
restrictions. For more details, please refer to
|
|
`launchpad bug #2089061 <https://bugs.launchpad.net/manila/+bug/2089061>`_.
|