]
Andre Dietisheim reassigned JBIDE-21411:
----------------------------------------
Assignee: Viacheslav Kabanovich
Resolution: Done
v3 (Template) Application wizard: error markers for missing content
should be consistent with rest of OpenShift tooling
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-21411
URL:
https://issues.jboss.org/browse/JBIDE-21411
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Reporter: Andre Dietisheim
Assignee: Viacheslav Kabanovich
Labels: application_wizard, openshift_v3
Fix For: 4.4.0.Alpha1
Attachments: edit-template-parameter-value.png, required-value-decoration.png
# ASSERT: make sure that you have a connection to a v3 OpenShift server
# EXEC: in OpenShift explorer: pick "New"->"Application" from the
context menu of your v3 connection
# ASSERT: new application wizard pops up, listing your project
# EXEC: unfold your project to get a listing of the available templates and pick on. Hit
"Next"
# EXEC: in "Template Parameters" wizard page: select an entry without value and
hit "Edit"
# ASSERT: editing dialog pops up
Result:
!edit-template-parameter-value.png!
"OK" button is enabled even though I didnt change anything. There isnt any
decoration to the text field either that would require me to provide a value?
# EXEC: provide some value and back in the wizard page hit "Next"
# ASSERT: "Resource Labels" page shows up.
# EXEC: Hit "Add"
# ASSERT: dialog pops up so that I can create a new label
Result:
!required-value-decoration.png!
The dialog decorates missing values with a red error marker.
In OpenShift tooling we usually use "*" when required values are missing, not
the error icon.
Notice also the 2 additional error-decorations that are shown (there are 4 error
decorations while we should have 2 only)