Skip to content

Commit

Permalink
UI: fixes link from to show page from entity policies list (hashicorp…
Browse files Browse the repository at this point in the history
…#17950)

* wait for policy capabilities to load

* add changelog

* fix tests

* revert template
  • Loading branch information
hellobontempo authored and jayant07-yb committed Mar 15, 2023
1 parent 71495d9 commit 30b72d0
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
@@ -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
@@ -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 30b72d0

Please sign in to comment.