Author: adietish
Date: 2012-05-09 11:52:33 -0400 (Wed, 09 May 2012)
New Revision: 40874
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
Log:
[JBIDE-11777] not updating models and targets of the databinding context when we create a
jenkins app (using the WizardUtils#runInWizard(job) overload that does not take the
databinding context to trigger an update on the models and targets it has)
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-09
15:42:13 UTC (rev 40873)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-09
15:52:33 UTC (rev 40874)
@@ -520,7 +520,7 @@
}
}
- }, getContainer(), getDataBindingContext());
+ }, getContainer());
} catch (Exception e) {
// ignore
}
Show replies by date