]
Marián Labuda commented on JBIDE-21144:
---------------------------------------
There is no nightly build since Monday, so I was not able to test it with latest nightly.
I will try it once there will be nightly build available.
Invalid local template path validation is not shown correctly
-------------------------------------------------------------
Key: JBIDE-21144
URL:
https://issues.jboss.org/browse/JBIDE-21144
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Marián Labuda
Assignee: Fred Bricon
Labels: application_wizard, openshift_v3
Fix For: 4.3.1.Beta1
Attachments: invalid_value_local_template_tab.png,
invalid_value_server_template_tab.png
In New OpenShift Application wizard on first wizard page where selection of a template
is, there are two tabs, one for server and one for local template validation. If I put an
invalid path to local template by typing/pasting value into text widget for local template
path
!invalid_value_local_template_tab.png!
the path is not validated until I select server template tab. Then there is shown an
error on the wizard page
!invalid_value_server_template_tab.png!
We should at least validate path to its existence and shown appropriate validation error
mark on the first wizard page while local template tab is active. Processing of template
is good as it is (it is processed after clicking next button), only validation need
refining.