Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
[96820344] After linking a project, the module state is cleared but not
Browse files Browse the repository at this point in the history
refreshed, causing inactive menu items in the Servers view
  • Loading branch information
elsony committed Jun 11, 2015
1 parent 0f56156 commit 55cc4b1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -139,9 +139,10 @@ protected void doMap(IProject project, IProgressMonitor monitor) throws CoreExce
.getDeployedApplicationName());

if (updatedModule != null) {
cloudServer.getBehaviour().operations().refreshApplication(updatedModule.getLocalModule());
cloudServer.getBehaviour().operations().refreshApplication(updatedModule.getLocalModule()).run(monitor);
}


ServerEventHandler.getDefault().fireServerRefreshed(cloudServer);
}

Expand Down

0 comments on commit 55cc4b1

Please sign in to comment.