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

Identifier

Component

Issue

Solution

CSD-4065

Studio

When NTLM or Kerberos authentication is used in the Studio repositories would fail to load since 14.10

NTLM and Kerberos now work correctly again

CSD-4037

Studio

Deleting a branch would not allow tags in that branch to be reused again

When a branch is deleted, all tags that correspond with revisions that are specific to that branch are now also deleted.

CSD-3927


OpenApi feeds generated for rest services do not generate properties which are nullable according to the documentation

The OpenApi feeds are corrected. Domain schema properties return the following nullability:
 
Marked required equals a required property which cannot be null.
Marked non-required equals a non-required property which can be null.

BQ-15356DCM 2.0When using a container of type DCM_TaskList on a page, the tasks would not be able to get started after a page recompose (e.g. a refresh or page event).This has been fixed.