Skip to content

Commit

Permalink
Show all packages of all architectures when adding builds in new erra…
Browse files Browse the repository at this point in the history
  • Loading branch information
javihernandez authored Feb 11, 2025
1 parent 7abc72f commit d394c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/CreateErrata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@
return (
p.name === pkg.name &&
p.version === pkg.version &&
p.release === pkg.release
p.release === pkg.release &&
p.arch === pkg.arch
)
})
if (alreadyAdded) continue
Expand Down

0 comments on commit d394c51

Please sign in to comment.