You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Team:
Patch: User and group dropdowns could behave incorrectly when a user and a group shared the same numeric ID — the wrong entry could be highlighted, an incorrect selection could be shown, or a user and a group could be treated as the same option. Type-prefixed option values have now been introduced so that users and groups will always have unique independent ids.
Editor:
Patch: Markdown parsing and rendering have been fixed so that names containing Markdown syntax are now displayed correctly across workflow views and in the rich text editor.
Workflows:
Patch: WebSocket events are now processed correctly after a workflow has been completed.
Patch: Print mode for the workflow modal has been improved. App chrome, overlays, loaders, the sidebar, notifications, and other non-print controls are now removed from the printed page, while the workflow content is preserved as a clean, printable document.
Patch: Logging errors have been fixed.
Patch: Technical data (raw JSON or HTML) is no longer shown in user-facing error notifications. When an API request fails, a neutral "Something Went Wrong" message is now displayed instead of the server response internals.