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"