Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBIDE-15967] app wiz: trigger envvar button visibility on domain change #299

Merged
merged 1 commit into from Nov 14, 2013

Conversation

adietish
Copy link
Member

No description provided.

@@ -493,6 +494,7 @@ public IDomain getDomain() throws OpenShiftException {

public void setDomain(IDomain domain) throws OpenShiftException {
firePropertyChange(PROPERTY_DOMAIN, wizardModel.getDomain(), wizardModel.setDomain(domain));
setEnvironmentVariablesSupported(isEnvironmentVariablesSupported());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wont this mean a remote call is done everytime this method is called which happens during typing/updating ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adietish adietish merged commit 72df870 into jbosstools:jbosstools-4.1.x Nov 14, 2013
@adietish adietish deleted the JBIDE-15967-41 branch November 14, 2013 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants