Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Canvas] Make Canvas Saved objects share-capable #105970

Closed
crob611 opened this issue Jul 16, 2021 · 6 comments · Fixed by #115810
Closed

[Canvas] Make Canvas Saved objects share-capable #105970

crob611 opened this issue Jul 16, 2021 · 6 comments · Fixed by #115810
Assignees
Labels
Feature:Canvas required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@crob611
Copy link
Contributor

crob611 commented Jul 16, 2021

Workpads and Custom Elements are currently nameSpaceType: single. It should be updated to multiple_isolated per #100489

Blocked by the saved object references portion of #101639

@crob611 crob611 added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas Feature:Canvas labels Jul 16, 2021
@crob611 crob611 self-assigned this Jul 16, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@jportner
Copy link
Contributor

Note that this also entails changing the client and server API calls to use the new savedObjectsClient.resolve() API (instead of savedObjectsClient.get()), and handle the three different outcomes ('exactMatch', 'aliasMatch', and 'conflict'). See more details in the linked meta issue #100489.

@jportner
Copy link
Contributor

In case anyone is following this issue but not the linked meta-issue (#100489):

I published the Sharing Saved Objects developer guide, please take a look before proceeding with the implementation. And of course, please reach out if you run into any problems!

@stacey-gammon
Copy link
Contributor

@jportner, @clintandrewhall - should this be labeled as an 8.0 blocker?

@jportner jportner added the required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. label Sep 8, 2021
@jportner
Copy link
Contributor

jportner commented Sep 8, 2021

@jportner, @clintandrewhall - should this be labeled as an 8.0 blocker?

Yes, I think so.
Corey already has a PR open with the majority of the work done.

@jportner
Copy link
Contributor

Hey @crob611 I just wanted to check on the status of this to see if it's on track for the 8.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Canvas required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants