-
Bug
-
Resolution: Obsolete
-
Critical
-
openshift-4.9
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 205
-
Medium
Description of problem:
When the user imports an application from a git repository and edit the Deployment (via Edit Deployment, not Edit <application-name>) the save button is always disabled and do not allow the user saving her or his changes.
Prerequisites (if any, like setup, operators/versions):
None
Steps to Reproduce
- Switch to developer perspective, add page, import from git
- Enter a git URL and create the Deployment
- Right click the Deployment in topology and select "Edit Deployment"
- Option is "Deploy image from an image stream tag" is enabled and the ImageStreamTag is selected.
Actual results:
- When changing deployment strategy to "Recreate", the form could not be saved.
- When uncheck "Deploy image from an image stream tag" the form can be saved.
Expected results:
- The form should be also be saved when "Deploy image from an image stream tag" is checked.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.9 (tested with console commit 10da2737b412748a75ca1c9e38eb14b83b71cab6)
4.9 (tested with console commit 5a737899a3b96b21f99f545dd546671a21c1ffab)
Additional info:
The internal formik errors state says:
{ "formData": { "isi": { "name": "Required" } } }
- duplicates
-
ODC-6205 App Name & Name Values are not getting auto-populated for Deploy Image page in internal image registry
- Closed