Skip to content

6.2.0 Template Improvements & UI/UX Fixes

Latest

Choose a tag to compare

@izak-fisher izak-fisher released this 09 Jun 13:24
8845a1e

Template Improvements & UI/UX Fixes

Templates:

  • Feature: There are now three statuses for tasks: completed, skipped and completed or skipped: these can all be used in workflow step conditions to allow for more fine grained control of conditional workflow execution.

Tasks:

  • Patch: A bug has been fixed where multiple radio button fields with identical selection options (e.g., two "Color" fields with options "Red" and "Blue") conflicted with each other — selecting a value in one field would deselect the value in the other. Each field now retains its own selection independently.
  • Patch: A loading skeleton is now shown inside the template and step filter dropdowns on the Tasks and Workflows pages while the filtered data is being fetched.

Editor:

  • Patch: Markdown processing has been fixed for fields with variables when they are displayed from the backup.

Sharable kickoff forms:

  • Patch: Path-based routing has been added for public forms. Forms are now accessible via /forms/, so specifying a subdomain is no longer necessary.

Other:

  • Patch: A broken Help Center link in the sidebar menu has been fixed; it previously led to a non-existent page.
  • Patch: The frontend has been switched from four separate WebSocket connections to a single unified connection to /ws/events. All real-time updates (tasks, notifications, and workflow events) now come through one channel with a typed envelope format: {id, type, dateCreatedTsp, data}.
  • Patch: The installation and deployment flow has been improved.