Skip to main content
Mitratech Success Center
Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

TAP 1.22.8 Release Notes

Release Notes – Version 1.22.8

Release Date: 10-10-2025

Release Summary

The TAP 1.22.8 release focuses on key bug fixes and date picker validations, and known issues for a better user experience. 

Bug Fixes 

Issue: Previously, when a user submitted a workflow stage containing a Datepicker field set to “Show previous result” with validation enabled, the workflow would not progress after clicking Submit; instead, only the loading animation appeared, and the session eventually timed out. Now, after clicking Submit, the workflow progresses to the next stage, and the user receives confirmation that the submission was successful.
Case Number: 2025-0919-8767198
Impacted Areas
Workflow Submit


Issue: Previously, users were able to select dates outside the configured date range because the DatePicker incorrectly allowed selection of days from the current date up to the start date, even when those dates were invalid. Now, the DatePicker correctly enforces the configured date range and visually greys out dates that fall outside it, preventing users from selecting out-of-range dates.
Case Number: 2025-1001-8782678
Impacted Areas
Datepicker field (Range in days configuration)

Note: DatePicker validation should be taken into consideration when configuring the date fields.

  • A new "Validate Date" option is available in the Datepicker field settings.
    • Enabled by default for new fields.
    • Disabled for existing fields unless manually enabled during workflow edit.
  • When "Validate Date" is enabled:
    • Date format is validated according to the field’s configuration. Errors display the correct format if invalid.

  • If a date range is set, dates outside the allowed range trigger an error message.

  • The same validations apply when using the TAP API to start a workflow; errors are returned for invalid formats or out-of-range dates.

For more information, refer to the Validations page. 


Internal Fixes

Issue: The Datepicker incorrectly enables both previous and future dates, including the current date, when negative values are set for both Start and End days (e.g., -2/-1). It should only enable the last 2 days, excluding the current date, but currently allows selection of dates outside the intended range.
Impacted Areas
Datepicker component in Business Automation 


Known Issues

  1. When a default date is configured for a Datepicker field and the selected date range includes yesterday and today (-1 and 0), the default date does not appear in the form preview. 
  2. When the ‘Range in days’ option is configured with only a start day for a Datepicker field, an error page is displayed in the form preview. 
  3. When the date format is set to ‘dd MMMM yy’, any changed date value in a Datepicker field is not updated for other users during the collaboration stage.
  4. When the Validate Date checkbox is enabled, the DatePicker field still accepts dates with an incorrect format when the form is submitted via the API.
  • Was this article helpful?