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

Fix broken reimport #166

Merged
merged 5 commits into from
Oct 29, 2020
Merged

Fix broken reimport #166

merged 5 commits into from
Oct 29, 2020

Conversation

yT0n1
Copy link
Collaborator

@yT0n1 yT0n1 commented Sep 23, 2020

Fixes #165. The problem was the use of the cache if diagrams were loaded form a file. This lead to problems if the same diagram was previously loaded, because in that case the elements (shapes) would still be in the cache and retrieved from the cache, however, the actual business objects would not be present leading to the error.

@jan-ladleif jan-ladleif changed the title Fixes broken reimport from issue #165 Fix broken reimport Oct 29, 2020
@jan-ladleif jan-ladleif merged commit a8c990a into master Oct 29, 2020
@jan-ladleif jan-ladleif deleted the fix/import branch October 29, 2020 10:38
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.

Import is broken for multi-diagram files
2 participants