Skip to content

Commit

Permalink
UI: fixes link from to show page from entity policies list (#17950)
Browse files Browse the repository at this point in the history
* wait for policy capabilities to load

* add changelog

* fix tests

* revert template
  • Loading branch information
hellobontempo committed Nov 16, 2022
1 parent 1362848 commit 4e1958c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/17950.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: fix entity policies list link to policy show page
```
2 changes: 1 addition & 1 deletion ui/app/templates/components/identity/item-policies.hbs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e1958c

Please sign in to comment.