You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-20633 |
Encore |
Rest service editor did not have a history tab. |
Added the history tab. |
BQ-20629 |
Encore |
Webservices in external libraries had editable fields, which should have been readonly |
Fields were made non-editable |
BQ-20597 |
Encore |
Several containment types had content set to optional, which meant the user wasn't notified if they were empty. |
Containments now correctly validate whether they have a value. |
CSD-4807 |
installer |
Client secret would not be set due to setup keycloak script not being executed correctly when unescaped characters were represented which should have been escaped |
Added double quotes around the necessary parameters which could contain characters that should have been escaped, which in turn allows the setup keycloak script to be completed fully |
BQ-20530 |
JAVA Runtime |
The Runtime would crash if studio returned an error while trying to retrieve repositories, branches or projects. |
The Runtime will no longer crash if studio returned an error while trying to retrieve repositories, branches or projects. Instead it will log an error, stating the cause why the repository, branch, or project could not be retrieved. |
BQ-20460 |
|
Sorting on the DCM_CaseList container predefined in the model as well as the sort button in the user interface did not work. The sorting was not send along with the search query to the DCM List Service. |
Sorting has been added to the request to the DCM Lists Service. |
BQ-20211 |
Encore |
Running a data mapping in Encore will expire the session in any opened Runtime from the same host |
Running a data mapping in Encore will no longer have effects on opened Runtime's from the same host |
CSD-4736 |
JAVA Runtime |
Rendering a page or document with default properties results into and exception from Document Renderer Service |
This exception is thrown when the Document Renderer Service is not able to parse the XML. In this case the default value of the blueriq.document.renderer-client.tagsUppercase property was not picked up correctly, which caused the Runtime to generate a document XML which the Document Renderer Service could not parse using the default Ibex configuration which we deliver. |
We now set the tagsUppercase property not only by default properties, but also in code to true as default.|