[
https://issues.jboss.org/browse/JBIDE-10880?page=com.atlassian.jira.plugi...
]
Rob Stryker edited comment on JBIDE-10880 at 2/13/12 7:07 AM:
--------------------------------------------------------------
I made a commit to fix this issue. Using X instead of -
X boolean success = false;
X if (!getWizardModel().isExistingApplication()) {
+ boolean success = getWizardModel().isExistingApplication();
+ if (!success) {
Fixed the issue
was (Author: rob.stryker):
I made a commit to fix this issue:
- boolean success = false;
- if (!getWizardModel().isExistingApplication()) {
+ boolean success = getWizardModel().isExistingApplication();
+ if (!success) {
Fixed the issue
Nothing happens when pressing finish on last page in openshift
applicaton wizard
--------------------------------------------------------------------------------
Key: JBIDE-10880
URL:
https://issues.jboss.org/browse/JBIDE-10880
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 3.3.0.Beta1
nothing in error log - nothing happens.
importing existing app into new project.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira