[jbosstools-issues] [JBoss JIRA] (JBIDE-10880) Nothing happens when pressing finish on last page in openshift applicaton wizard

Rob Stryker (JIRA) jira-events at lists.jboss.org
Mon Feb 13 07:08:01 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-10880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-10880.
---------------------------------

    Resolution: Done


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

        


More information about the jbosstools-issues mailing list