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

Multi Process Export (New MS) #115

Merged
merged 28 commits into from
Oct 11, 2023
Merged

Multi Process Export (New MS) #115

merged 28 commits into from
Oct 11, 2023

Conversation

jjoderis
Copy link
Contributor

@jjoderis jjoderis commented Oct 9, 2023

Summary

Added the functionality to export multiple processes from the process list.

Details

  • added jszip as a dependency
  • processes will be exported in a zip file when multiple processes are selected in the process list and the option to export is selected

winniel24 and others added 28 commits August 23, 2023 15:36
@OhKai OhKai merged commit bee2351 into main Oct 11, 2023
@OhKai OhKai deleted the ms2/multi-process-export branch October 11, 2023 14:42
@@ -75,7 +66,6 @@ const ModelerToolbar: React.FC<ModelerToolbarProps> = ({ onOpenXmlEditor }) => {
values.versionName,
values.versionDescription,
);
refetchProcess();
Copy link
Contributor

Choose a reason for hiding this comment

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

This refetchProcess() was used to show the newly created version immediately in the list of existing versions without having to reload the page. Does this still work if this was removed?

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.

5 participants