]
Andre Dietisheim updated JBIDE-17227:
-------------------------------------
Summary: Application wizard: unchecking "Use default source code" wont
enable "Source code" text field (was: OpenShift application wizard contains
uneditable field)
Application wizard: unchecking "Use default source code"
wont enable "Source code" text field
---------------------------------------------------------------------------------------------
Key: JBIDE-17227
URL:
https://issues.jboss.org/browse/JBIDE-17227
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Beta2
Reporter: Marián Labuda
Labels: application_wizard
Attachments: source_code_text.png
In new OpenShift application wizard there is 3 choices how to create new applicaiton:
- Code Anything
- Basic/default cartridges
- Quickstarts
If user choose quickstart, on next wizard page is Source code field filled with
appropriate url. But if user choose Basic cartridge, on the same next wizard page is by
default checkbox "Use default source code" checked (that's ok) but after
click on checkbox (make it unchecked), field is blank and uneditable and it is not also
proceed to next wizard page / finish wizard (that's ok).
!source_code_text.png!
I think, we should in case of basic cartridge choice in first wizard page hide this area
on second wizard page (if we want to let users use only provided quickstarts and no other
templates) or let this field be editable (to let users input they own URL of quickstart /
template - but there is a question, whether it is reasonable)