Actions
Bug #19928
openUniqueness validation in package filter rule doesn't consider architecture
Description
Looking at the code, we check against all fields except arch to determine uniqueness:
https://github.com/Katello/katello/commit/a43dc492bd1a2cf4c112a6ebd2ca6c84de078e45
I believe we should also consider the architecture field which was added here:
https://github.com/Katello/katello/commit/ccc874945ef77b6060c96e9c5c58abf251f1411e
Steps to reproduce (I think, have not tested this out):
1. Create a content view package filter and specify arch
2. Create the same filter but with a different arch
Actions