UI: fixes link from to show page from entity policies list (#17950)

* wait for policy capabilities to load

* add changelog

* fix tests

* revert template
This commit is contained in:
claire bontempo 2022-11-16 12:39:59 -08:00 committed by GitHub
parent d1c078381e
commit 5e9987a5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/17950.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: fix entity policies list link to policy show page
```

View File

@ -1,5 +1,5 @@
{{#each @model.policies as |policyName|}}
<LinkedBlock @params={{array "vault.cluster.policy.show" "acl" this.item}} class="list-item-row">
<LinkedBlock @params={{array "vault.cluster.policy.show" "acl" policyName}} class="list-item-row">
<div class="columns is-mobile">
<div class="column is-10">
<LinkTo