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: Fixes an issue when saving an active workflow without triggers would cause n8n to be stuck #5513

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

krynble
Copy link
Contributor

@krynble krynble commented Feb 20, 2023

This PR fixes an issue that could be found if a user has an active workflow, then removes all triggers and tries to save it.

n8n would update the workflow's version ID and prevent the user from further changing the workflow, forcing a refresh.

Now when n8n fails to activate the workflow, we still tell the users that this happened but revert versionId, allowing the user to make further changes and fix the error.

Github issue / Community forum post (link here to close automatically):

@krynble krynble merged commit 75a094a into master Feb 20, 2023
@krynble krynble deleted the pay-189-impossible-to-save-an-enabled-workflow branch February 20, 2023 11:22
@n8n-assistant n8n-assistant bot added the Upcoming Release Will be part of the upcoming release label Feb 20, 2023
@janober
Copy link
Member

janober commented Feb 24, 2023

Got released with [email protected]

@janober janober removed the Upcoming Release Will be part of the upcoming release label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants