Zum Hauptinhalt springen
Version: 7.1

Release Notes

7.1.0

Release-Datum: 3. August 2023

This minor release adds filters/sorting to the executions and depositions views, and includes other smaller improvements and bugfixes.

New Features

  • New filter options for executions and depositions.
  • Workflows now require setting a parameter type. When creating a new execution, docuteam feeder will check the respective input value against the configured parameter type.

Improvements

  • The dropdown to switch between organizations will get scrollable if a user has access to more than ten organizations.
  • Improved default sorting for workflow, step, event handler and organization overviews. IDs of steps and workflow executions are no longer displayed.
  • Update Node from v16 to v20 for bundling feeder's JavaScript assets. Supported browsers do not change with this update.
  • Update Rails to v7.0.6 to address security issues.

Bugfixes

  • When resolving the path to a workflow's inbox, replace backslashes in referenced environment variable values with forward slashes to avoid issues with Ruby's file library.

7.1.1

Release-Datum: 6. September 2023

This bugfix release fixes a bug with workflow parameters.

Bugfixes

  • The workflow parameter type file or folder now accepts absolute paths when sending the path to a SIP using a doc observer.

7.1.2

Release-Datum: 13. September 2023

This bugfix release fixes a number of smaller usability issues.

Bugfixes

  • Fix default enter key behavior and text area select on workflow edit form.
  • Fix order in deposition dropdown menu (chronological) when starting a workflow.
  • When viewing events, the API token which created the event is now shown correctly and links to the token's details.
  • Show a proper error message if an organization cannot be deleted.
  • Workflow execution XML endpoint returns validation errors.
  • The workflow execution filter now correctly lists all available workflows for selection.

7.1.3

Release-Datum: 5. Januar 2024

This bugfix release fixes a bug in the workflow copy action and correctly closes sessions.

Bugfixes

  • Include the inbox_path and parameter_type attributes when copying workflows.
  • Correctly close session when logging out.