You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-24541 |
|
The DCM installation was missing essential files during the release. |
The build scripts have been fixed and the files are included again. |
CSD-5833 |
|
In a CSV Resource Connection, multiple empty lines within a quoted value would be merged into a single new line. |
This has been fixed. Multiple newlines within quoted values are preserved. Empty lines outside of quoted values are still ignored. |
BQ-24505 |
Java Runtime |
When adding a header to an action worklist column and enabling the usage of task names as action name, sorting would be added to that column resulting in a crash of the frontend. |
Removed the sorting from these kinds of columns. |
BQ-24498 |
Encore |
The OpenAPI import would process top-level arrays incorrectly, where the domain schema had a singlevalued relation. Additionally, it generated an additional inline domain schema (and corresponding domain elements) where another domain schema could be reused. |
The OpenAPI generator has been corrected for this scenario. |
BQ-24476 |
Studio |
Using Encore to create repository backups could fail if the backup was larger than 2GB. |
Backup files larger than 2GB can now be downloaded using Encore. |
BQ-24437 |
|
Whenever the 'display task name' is enabled in a work list in your model, an error occurs when the runtime tries to construct the work list. |
The 'display task name' toggle no longer causes the work list to break. |
CSD-5765 |
|
Image metadata can contain "EXIF Orientation" this however was not taken into account in the Document Renderer |
When a image has a "EXIF Orientation" it is resampled during the rendering of the PDF, which results in an image which is rotated according to the "EXIF Orientation". |
CSD-5802 |
|
When using External Flows, the target runtime would not inherit the language from the host runtime. |
The language in the target runtime will now be inherited from the host runtime, provided that the language is also available in the target runtime. |
CSD-5794 |
|
In a data mapping, no error was reported for an empty context expression of an instance mapping, whereas it is required in the runtime. |
Empty context expressions are now reported as an error in Encore. |
BQ-24178 |
|
In IIS the regex used to determine the protocol for rewriting a URL is wrong when the URL contains another URL as argument. |
The regex to determine the protocol has been made more specific so it only matches the protocol, regardless of the URL contains another URL as argument or not. |