Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Client Services & Client Development

Developer Libraries

Angular Version Update

The client libraries use Angular 14 now. In case you extended your client with further (third party) libraries, please ensure that they are compatible with Angular 14.
Action: If necessary, update your external libraries to a version that supports Angular 14.

Task Properties in Inbox

The inbox provided by the @yuuvis/core library uses the briefRepresentation parameter of the Tenant Management API idm-controller endpoints as described below. Thus, the retrieved tasks are presented with a reduced property set to the users of a client application.
Action: If you want to display the full property set of tasks, set disableBriefRepresentation for the inbox servicechange has been subsequently added to the version. See Update Instructions 2022 Winter LTS.

Web-API Gateway

bpm-controller Endpoints

The change has been subsequently added to the version. See Update Instructions 2022 Winter LTS.

Tenant Management

Tenant Management API

idm-controller Endpoints

The optional query parameter briefRepresentation is available for the endpoint GET /tenant-management/api/idm/users. Per default, the response will contain only a reduced data set in order to reduce the processing time. Especially, roles and groups of the listed users are not included in the default response anymore.
Action: In order to keep the behavior of the previous versions, set the query parameter briefRepresentation=false for each request to the endpoint.

...