Files
vault/changelog/27263.txt
Chelsea Shaw 83949e8023 UI: Don't show resultant-ACL banner in nested namespace if ancestor wildcard policy (#27263)
* Refactor hasWildcardAccess to check for ancestors of current namespace in globPaths

* Add extra test coverage

* remove tests for removed getter

* changelog + test update

* update test coverage to also check resulting permissionsBanner state

* rename hasWildcardAccess for clarity, add isDenied check on namespace access check

* Update changelog/27263.txt

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* Remove redundant check

---------

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
2024-05-30 14:30:10 -05:00

4 lines
109 B
Plaintext

```release-note:bug
ui: Do not show resultant-ACL banner when ancestor namespace grants wildcard access.
```