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 the issue where the persistWorkflow method in the workspace is not functioning properly #3200

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

GspikeHalo
Copy link
Collaborator

Purpose:

Currently, a 400 error occurs when calling persistWorkflow. The reason is that the parameter sent from the frontend to the backend is isPublished instead of isPublic.

Change:

Change the name of the parameter sent to the backend.

Demos:

Before:
image

After:
image

@GspikeHalo GspikeHalo self-assigned this Jan 8, 2025
@GspikeHalo GspikeHalo changed the title Fix the issue where the persist method in the workspace is not functioning properly Fix the issue where the persistWorkflow method in the workspace is not functioning properly Jan 8, 2025
Copy link
Collaborator

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

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

LGTM!

@GspikeHalo GspikeHalo merged commit 3144fd9 into master Jan 9, 2025
8 checks passed
@GspikeHalo GspikeHalo deleted the fix-workflow-persist branch January 9, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants