Actions
Bug #27020
openCan still update quantity when uploading a bad manifest
Description
This is a follow up issue from https://github.com/Katello/katello/pull/8138
If you update a manifest with removed subscription allocations, RHSM will return a 410, which we handle in the PR linked above.
The remaining work needed is to prevent the user from updating the quantity of the subscription, as this will error and the page will not respond correctly
Actions