open-consul/.changelog/10608.txt
John Cowen ffbe54971f
ui: [BUGFIX] Ensure we use the ns query param name when requesting permissions (#10608)
Previously when namespaces were enabled, we weren't requesting permission for the actively selected namespace, and instead always checking the permissions for the default namespace.

This commit ensures we request permissions for the actively selected namespace.
2021-07-15 12:19:07 +01:00

4 lines
122 B
Plaintext

```release-note:bug
ui: **(Enterprise only)** Ensure permissions are checked based on the actively selected namespace
```