You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

Identifier

Component

Issue

Solution

BQ-23806

Encore

Dropdown menus would be opened above the dropdown if the list of items exceeded the available space below the dropdown, even if there was more room available below the dropdown.

Dropdown now always open downwards when there is more room available below the dropdown.

CSD-5498

Encore

Duplicating a project from within Encore would incorrectly duplicate all module elements directly into the project, instead of the module they should be part of. This resulted in an error when saving the changes.

Duplicating a project has been corrected to duplicate all containing elements into the correct parent element.

CSD-4734

Java Runtime

When using Discovery for OpenID Connect settings, and when the Identity Provider wouldn't supply the optional 'alg' parameter in its JWK response, the runtime wouldn't load this public key.

JWK Public Keys are now loaded if the 'alg' parameter is not supplied by the Identity Provider.

CSD-5500

Encore

The content in the REST service editor was not scrollable, resulting in parts of the editor to be invisible and non-interactive.

The areas that may contain content that can overflow have been made scrollable.

CSD-5491


When using JWT authentication, the blueriq.security.jwt.login-path property would not be honored when starting an authenticated flow through the development dashboard. Instead it would always use the default value of "/login".

The blueriq.security.jwt.login-path is now also honored when starting an authenticated flow through the development dashboard.

BQ-23696

Encore

The entity editor would withhold information when it did not allow for the content to be editable.

The entity editor now shows all information regardless of it's editability

BQ-23637

Encore

A conditional value list can only use multiton entities that correspond with the entity of the attribute that uses the value list, but incorrect multiton usages would only be reported as error during project initialization, not in Encore.

A validation that a conditional value list only uses multitons that are in scope has been added to Encore.

BQ-23597


A timeout could occur in the Maintenance App when restoring the cases and tasks for the DCM Lists Application.

The operation is now running asynchronously in the background.

BQ-23595


Epoch seconds were not converted to Date correctly in the Maintenance App views.

They are now converted correctly.

BQ-23502

Encore

Various editors would re-expand tree items even if they had been previously collapsed when re-entering an open editor.

Tree nodes are now only automatically expanded when initially opening an editor, not when re-entering an editor.

CSD-5315


Documents created by the document import wizard always required extra nodes with specific content styles in order to be compatible with the default Blueriq XSLTs for the document renderer. Doing this manually after a document had been imported was quite tedious.

Nodes with the content styles 'Normal' and 'Body' are now automatically added to documents created by the document import wizard.

BQ-22837

Encore

Editing text items in Google Chrome could show erratic behavior when deleting content using backspace or delete, as well as inadvertently moving the cursor to the beginning of the text.

Various improvements have been made to reduce the chance of erratic behavior.

  • No labels