-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Support for cyclic SO references #80966
Copy link
Copy link
Closed
Labels
Feature:Saved ObjectsTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Metadata
Metadata
Assignees
Labels
Feature:Saved ObjectsTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Type
Fields
Give feedbackNo fields configured for issues without a type.
In scope of this issue we need to make sure that features that rely on saved object references support cyclic references.
Cyclic reference use-case came up in: #71409 (comment), where dashboards can link to each other via drilldowns.
From a quick poc it became clear that saved object reference system isn't implemented or wasn't tested to gracefully support cyclic references.
Example setup:
SO Relations UI:
(Looks good)
Export Dashboard A with related objects:
Error:
Copy Dashboard A to different space:
Error:
TODO: check other features that rely on references (no sure what else...)
Needed for #71409