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

Identifier

Component

Issue

Solution

BQ-13621

JAVA Runtime, studio

Cells of an AQ_WorkList that belong to a custom field column wouldn't get their configured presentation styles applied.

The presentation styles are applied to custom field cells now.

BQ-13575


When clicking on the server log button, you are directed to a page which displays 404 not found.

Added the server log endpoint back to the development tools v2 API

BQ-13547Material ThemeSeveral CVEs are reported on libraries used in the Material ThemeUpgraded to libraries to versions in which the CVEs have been fixed.

BQ-13432


Importing a workspace export may fail if existing elements were renamed.

Elements that already exist using a different name no longer cause the import to fail.

CSD-3841

CMIS

Using the AQ_CMIS_GetDocumentMetadata service to retrieve document metadata right after deleting a file, results into a NullPointerException, or duplicate document entries.

Resolved an issues in the CMIS client which resulted into duplicate document entries or null pointer exception, due to a race condition in the Alfresco API.

BQ-13108


The development dashboard Shortcuts widget displays errors on valid BAA(R)S shortcuts, that some links cannot be found.

The projects shortcuts endpoint now only provides links which are valid, resulting that the shortcuts widget will no longer display the errors.

CSD-3740

JAVA Runtime

The endpoint to update the status of a task in the Backend Rest API would not honor the ignore mode settings.

The endpoint now honors the ignore mode settings.

BQ-11648


If the scheduler-quartz profile was enabled and the property blueriq.time.interval was set to NEVER, the basic scheduler would fire every second.

This has been fixed, so when blueriq.timer.interval is set to NEVER, the basic scheduler doesn't fire anymore.

BQ-7434


When no value is specified for the property blueriq.timer.interval, the runtime logs a warning that a value should be specified or the default should be used. You would expect that the runtime uses the default when no value is specified, instead of logging this warning.

The {{blueriq.timer.interval }}property was read in such a way that the default value was neglected. This is corrected so that when no value is specified, the default value is used.

  • No labels