-
Bug
-
Resolution: Done
-
Minor
-
openshift-4.9
-
False
-
False
-
0
-
undefined
-
Not Supported
-
ODC Sprint 207, ODC Sprint 208
-
Low
Description of problem:
In the edit deployment form, if the image stream & tag are updated then on switching from yaml to form view the selection is not persisted.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Goto Edit deployment form
- select an image stream and tag
- switch to yaml view and toggle back to form view
Actual results:
The image stream & tag are not persisted
Expected results:
User selection should persist in both views
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.9.0-0.nightly-2021-08-25-042335
Additional info:
- Check components ImageStreamNsDropdown.tsx, ImageStreamTagDropdown.tsx
- verify the buildconfig form as well (https://github.com/openshift/console/pull/9834#issuecomment-903702165)