Bug #25406
closedReimporting the existing CV version should have more refined validation message
Description
Description of problem:
Currently, If one tries to reimport the CV version with the same minor and major version, Satellite throws validation message as :
"Validation failed: Minor , must be unique to major and version id version."
which I feel needs improvement.
Version-Release number of selected component (if applicable):
Satellite 6.5 snap 1
How reproducible:
Always
Steps to Reproduce:
1. Export the CV version (lets say 1.0 major 1 and minor 0)
2. Import the exported CV version in another org/satellite ( in our case confirm the imported CV version is 1.0 major 1 and minor 0)
3. After successful import, try to reimport the exported CV version (in our case 1.0 major 1 minor 0)
Actual results:
The reimport throws a validation as:
"Validation failed: Minor , must be unique to major and version id version."
Expected results:
More refined validation message something like;
"CV Version with same major and minor version already exists"
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7806 added
Updated by Chris Roberts about 6 years ago
- Found in Releases Katello 3.9.0 added
Updated by Christine Fouant about 6 years ago
- Target version changed from Katello 3.10.0 to Katello 3.11.0
Updated by Chris Roberts about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a633c90b93638c11e3e65358a64a1ca7bff7b700.
Updated by Evgeni Golov about 6 years ago
- Target version changed from Katello 3.11.0 to Katello 3.10.1
- Fixed in Releases Katello 3.10.1 added
The commit is actually in 3.10.0, but it seems I can't set the fixed-in to this version