Actions
Bug #9456
closeddocker registry creation should require the URL
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1193846
Description of problem:
When creating a docker registry just its name is required, but having a registry without a URL is not useful. Then the URL should be required and validated during the registry creation.
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-$OS_VERSION-20150217.0
How reproducible:
Aways
Steps to Reproduce:
1. Visit Containers > Registries and click on New registry
2. Fill just the name and submit
Actual results:
The registry is created with a blank URL
Expected results:
The creation should not happen and the form should raise validation errors requiring for a valid URL.
Additional info:
Actions