Release 10.15.0 Fix 11

The following changes are made as a part of Developer Portal 10.15.0 Fix 11 released in August 2023.

Issue ID Description
DPO-2640 When you view the details of an application request from the Pending approvals page, the corresponding stage detail does not appear.

This issue is now resolved.

DPO-2767 Unable to consume a new API from its API details page by selecting an existing application from the Request application pop-up.

This issue is now resolved.

DPO-2709 In the Applications page, there is no option in the UI to delete inactive applications.

This issue is now resolved. An icon is displayed in the Actions column of applications to allow you to delete applications.

DPO-2603 When you, as a community administrator, add another user as a community administrator, an error message appears.

This issue is now resolved.

DPO-2720 OData API publish from API Gateway to Developer Portal fails due to large content in oDataMetaData.
To resolve this issue, run the following command in the console.
curl –location –request
PUT 'http://ES_HOST:ES_PORT/portal_default_core/_mapping'
–header ‘Content-Type: application/json’
–data-raw ‘{ “properties”: { “odataMetaData”: { “type”: “keyword”, “ignore_above”: 32765 } } }‘
DPO-2555 When you, as an administrator, update a user information, the additional attributes collected during the user registration are no longer visible.

This issue is now resolved.

DPO-2549 When the number of webhooks is more than 12, then only the first 12 webhooks were notified about their respective events.

This issue is now resolved.

DPO-2537 The First name and the Last name fields in the Sign up page allow HTML content, and users could also include a link in the mail sent to the end user.

This issue is now resolved.

DPO-2495 In the API details page of a REST API, the possible value and payload type information details of parameters do not appear.

This issue is now resolved.