You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
Identifier | Component | Issue | Solution |
---|---|---|---|
BQ-19461 | Runtime | CVE-2023-20861 was reported for the usage of Spring Framework | Spring has been updated |
CSD-4653 | Studio | Deleting a flow event would fail if an AQ_ExternalFlow container exists in an external library | Deleting a flow event no longer attempts to update AQ_ExternalFlow containers |
CSD-4631 | Encore | The process task editor in Encore would not show the correct state whether the task is automated. | The "Is automated" checkbox is now functioning correctly again. |
BQ-19192 | Runtime | The OpenAPI feed would incorrectly contain a double slash after the hostname of the server URL | The server URL advertised in the OpenAPI feed no longer contains a double slash |
BQ-19068 | Material theme | Unable to run dashboard api's behind a relative path | Updated environment configuration to support relative paths |
BQ-19010 | Encore | The WSDL & XSD import dialog would incorrectly show modules from included projects, resulting in the creation of that module in the selected project instead of updating the existing module | It is now only possible to select modules within the selected project itself |
CSD-4600 | Encore | The REST service editor in Encore did not include a field for the Location value. | The Location value can now be configured in the properties panel of the REST service editor. |
BQ-19006 | Runtime | A case stays locked when a task gets started by a user with the wrong permissions | Added a mechanism that unlocks a case and task when a access denied exception occurs when starting a task. |
BQ-18966 | Audit Consumer | Audit consumer version discrepancy occured between blueriq-dcm and blueriq-runtime packages. | Version difference do not happen anymore due to sourcing version from one source file. |
CSD-4585 | Encore | The history view in Encore could forget its scrolling position when opening an affected element that has since been deleted | The history view now stays open in this situation, which avoids losing the scrolling position |
CSD-4588 | Encore | Encore could incorrectly not show elements that were first deleted and then re-added/renamed under certain circumstances | Encore now properly deals with rename/add operations that occur after a delete of an element with the same name |
CSD-4565 | Encore | When committing pending changes using Encore, the tags would not be cleared once the commit has been created. | The tags are now automatically cleared after creating a commit. |
CSD-4572 | Runtime | When a message event is removed from the process, but the task that follows the message event is not, it may look like such a task can still be executed by the runtime (despite of the warning the runtime provides). The task is however completely ignored from the model, resulting in an exception when the task is started from the database. | To make it clear that the task will never be executed in the runtime, a warning has been added to Encore to alert users that the task will be ignored. |
CSD-4543 | Runtime | When an automatic task is reopened which is renamed in the model in the meantime, an error is thrown. This does not happen to manual tasks which are renamed. | Like manual tasks, for automatic tasks the persistency id is now used to lookup the actual task name in the model instead of using the database name, so if a rename occurs in the model this name is used. |