beqom v10 HF214 - 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: NPR: September 23rd, PRD: September 30th
Fix version: v10 - HF214.1 - DB 10.0.1025
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-26309 | When entering a date manually in a process grid, and then pressing the Enter key of the keyboard, the focus remained on the date cell. The issue was corrected; the date picker tool is now opened when pressing Enter instead of a focus change. | ||
| BQM-26311 | The following issue was observed: the real-time calculation (RTC) was not triggered when a value was manually removed in a date field. The behavior was corrected: the RTC is now triggered when the value of an associated date field becomes NULL. | ||
| BQM-26315 | Users without simulation access rights could still trigger and add simulations to the queue by directly calling the service endpoint, exposing a security risk due to missing access control. To correct this, a secondary permission check prevents unauthorized users from executing simulation-related asynchronous tasks, ensuring only properly authorized users can trigger these actions. | ||
| 137631 | BQM-26384 | Process attributes with control type of -7 (cascading fields) were not synchronized after initial setup due to a missing mapping. | |
| BQM-26406 | An issue introduced during the refactoring phase for the new dynamic images filter was corrected. | ||
| 138509 138573 | BQM-26413 | A security concern was raised when exporting pivot tables to Excel after the latest Advanced Analytics upgrade. Measures were taken to make sure that users exporting pivot tables to Excel can only export the rows they are allowed to see. | |
| BQM-26415 | A label was missing in the Admin Portal interface causing users to see the technical localization key. | ||
| BQM-26426 | The following behavior was observed: in process grids, when users clicked on a cell of the grid which contained a date, the date picker tool as opened, instead of just focusing on the cell and placing the cursor inside the cell. The issue was corrected and the behavior of date fields is now as expected. | ||
| BQM-26440 | When inserting data via the classic-datasource endpoint of the Gateway API, queries would fail if a reserved SQL keyword (such as., function) was used as a field name because the generated query was not properly formatted. To correct this, field names are now wrapped in square brackets ([ ]) in the generated SQL scripts in order to properly handle reserved keywords. | ||