Skip to content

6.2.1 UI/UX Fixes

Choose a tag to compare

@izak-fisher izak-fisher released this 22 Jun 12:03
c703883

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.