Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
33c4c36d
Commit
33c4c36d
authored
Oct 26, 2018
by
Adrien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* display the deployment result synchronously to avoid weird behavior
and random test failure
parent
2055f16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/command/DeployDiagramHandler.java
...onitasoft/studio/engine/command/DeployDiagramHandler.java
+1
-1
No files found.
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/command/DeployDiagramHandler.java
View file @
33c4c36d
...
...
@@ -77,7 +77,7 @@ public class DeployDiagramHandler extends AbstractHandler {
@Override
public
void
done
(
IJobChangeEvent
event
)
{
Display
.
getDefault
().
a
syncExec
(()
->
displayDeployResult
(
deployOperation
));
Display
.
getDefault
().
syncExec
(()
->
displayDeployResult
(
deployOperation
));
}
});
deployJob
.
setUser
(
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment