beqom v10 HF186 - Release notes
This article lists the new features that have been added to the platform, as well as the bugs that have been corrected in this release.
Deployment date: October 30th, 2024
Fix version: v10 - HF 186.4 - DB 10.0.961
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-24748 | Web App: Remove Obsolete Code for Feature Flag "Date Format Selection" Following the enforcement of the Date Format Selection feature flag in October 2023, obsolete code related to the use of the feature flag was removed from the application code base, in an effort to improve the quality of the application and to clean up the code base. | ||
| BQM-24749 | Web App: Remove Obsolete Code for Feature Flag "Restrict Edition and Deletion of Attached Documents" Following the enforcement of the Restrict Edition and Deletion of Attached Documents feature flag in September 2023, obsolete code related to the use of the feature flag was removed from the application code base, in an effort to improve the quality of the application and to clean up the code base. Removed classes related to the feature flag in the File API | ||
| BQM-24987 | Web App: Cannot Attach Document to Process Grid An issue was observed where it was not possible to correctly attach a document to a process grid; when clicking Save to save the attachment, the operation would fail with an error 500. The issue was related to the code cleanup for the removal of feature flags (the file API was and was promptly corrected. | ||
| BQM-25009 | Web App/Admin Portal: Cannot Add Multiple Lines in Messages In previous versions of the TCM v10 application, it was not possible to write messages (using custom localization) on several lines; the application did not recognize either <br> or /n in the messages. This behavior was improved; the localization mechanism will now recognize both elements in display the text on multiple lines. | ||
| BQM-25029 | Back-End: Incorrect Formatting of the Content Security Policy Following the migration of the application framework from .NET 4.7 to .NET 8, the content security policy was not correctly formatted using the SetParameters.xml file. The issue was corrected and the CSP is now correctly populated. | ||
| 109951 | Web App: Incorrect Application of Conditional Validation When using conditional validation in a data grid in the Web App interface of the TCM v10 application, the validation was not properly applied for drop-down fields. Specifically, an validation error was displayed when the grid did not actually contain any violation to the conditional validation rule(s). Investigation revealed that when using the conditional validation with drop-down lists, the application took into account an incorrect value drop-down item ID instead of actual value in this case. | ||
| 114975 | Web App: Improve Link Functionality in Widget Homepage The functionality coverage of the Contact widget in widget homepages was expanded to include the possibility to add a "mailto" link. Upon clicking the link, the default email provider of the user is opened with a new email to the enclosed address. | ||
| 116423 | Web App: Incorrect Behavior of Numeric Input Fields in Forms In formats that contained a Number Input field configured as mandatory, when using the form in a process grid, the application did not recognize "0" as a valid value. A warning message indicating that the field was mandatory was displayed and the form could not be saved properly. The issue occurred because the system considered 0 as an empty value. This behavior was corrected; the application now considers "0" as a valid value. | ||
| 116453 | Web App: Incorrect Manager Report The following issue was reported in the of the Web App interface of the TCM v10 application: when working in a process grid with the manager report opened, when changes were made to the process, upon saving the opened manager report was switched to a different report. | ||