Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rtinghat'

Merges #935
Closes #935
Fixes #934
  • Loading branch information
sduenas authored Oct 10, 2024
2 parents 5d1f0f7 + c1af6b0 commit 2571b79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Wrong arrong direction when merging recommendations
category: fixed
author: Andre Klapper
issue: 934
notes: >
When recommendations were merged, the arrow showing the
direction of the merge was wrong. It showed `foo → bar`
but the resulting identity will be named `foo` instead
of `bar`. The arrow now points in the other direction
showing that `bar` will be merged on `foo`.
2 changes: 1 addition & 1 deletion ui/src/components/Recommendations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
/>
</v-col>
<v-col :cols="1" class="d-flex justify-center">
<v-icon>mdi-arrow-right</v-icon>
<v-icon>mdi-arrow-left</v-icon>
</v-col>
<v-col>
<individual-card
Expand Down

0 comments on commit 2571b79

Please sign in to comment.