beqom v10 HF180 - 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: August 21st, 2024
Fix version: v10 - HF 180.3 - DB 10.0.954
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-24434 | Web App: Obsolete Messages With Post-Add Scripts After having added one or several rows in a data grid, if a post-add script was executed on the grid and the script took a long time to run, old, obsolete messages were displayed in the front-end of the Web App interface, leading to confusion on the end-users side. Investigation of the issue reveals that the issue occurs when a re-render of the grid is performed following a refresh of the token. The problem was corrected and the obsolete message are no longer displayed. | ||
| 111769 | Admin Portal/Web App: Cannot Import Data in a Grid With Associated Fields The following problem was observed in the beqom TCM v10 application: when attempting to reimport an Excel file into a data grid after having exported the template, the operation could not proceed if at least one field association was present in the grid, especially if the length of the value exceeded 10 characters. Investigation of the issue revealed that the issue occurred because, at the time of import, the application back-end checks that the value in the associated field is less than the SQL field length, instead of the length of the list value ID. The problem was fixed; import now works as expected. | ||
Ongoing deployments
| # | Changes | Impact | Comment |
|---|---|---|---|
| BQM-23703 | API changes:
DB changes:
| This update is related to the Pay Prediction feature flag, which is currently available as a limited release. This update is related to the Pay Prediction feature flag, which is currently available as a limited release. | This update makes it possible for prediction administrators to export the prediction template. |
| BQM-24278 | API changes: - DB changes:
This update gives the ability to print a salary prediction containing the following fields: current salary, name, maximum salary, minimum salary, dataset name, model name, prediction name and predicted salary. Predictions can be exported in PDF format using a predefined template. A prediction template has been created for this purpose. Changes have been made to ML services and the database. Pay_prediction_export_queue and Prediction_Statement_View have been created. | ||
| BQM-24594 | This is a continuation of BQM-24527, deployed in HF177. With this issue, when a prediction was not possible or resulted in any value of the PredictionResult entity or its child relationships being NaN then we were trying to save that NaN to the DB which is not a valid real type number. Before saving the prediction result, the application now checks whether any of the values in the PredictionResult properties and its child entities is NaN and converts them to null or zero, where applicable. |