- DATE:
- AUTHOR:
- SAP LeanIX Product Team
Weekly feature improvement & bugfix summary
The following bugs have been fixed in the past week:
Dashboards
When editing the content of a dashboard, the duplication of panels works as expected without the copied panel moving when the original panel is moved on the dashboard.
Inventory
Responses from the AI inventory prompt are consistently in the user-selected language if not specified otherwise in the prompt.
The details page to manage a saved inventory search can now be accessed via a dedicated URL referring to the ID of the saved search extended by
/details
(i.e.,https://<instance>.leanix.net/.../<saved_search_id>/details).
As with similar pages, users can copy and share the URL from the browser's address bar.
Administration
In a 'Changelog' export by an admin user, the logged user action of switching a relation on a fact sheet to reference a different target fact sheet than before is represented correctly and no longer listed with 'n/a'.
We've solved permission issues that were affecting users from our partners when trying to access workspaces associated with accounts of organizations other than their own, typically their customers.
Integrations
A bug in the REST endpoint
PUT /factSheets/{id}/relations/{relationId}
was fixed, so the endpoint can be used to update relations on a fact sheet again. Anyhow, we recommend using the more efficient POST /graphql to update relations.