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

[Workspace] Consume workspace in saved objects client. #6027

Closed
SuZhou-Joe opened this issue Mar 5, 2024 · 1 comment · Fixed by #6014
Closed

[Workspace] Consume workspace in saved objects client. #6027

SuZhou-Joe opened this issue Mar 5, 2024 · 1 comment · Fixed by #6014
Labels

Comments

@SuZhou-Joe
Copy link
Member

Is your feature request related to a problem? Please describe.

Workspace will be a concept to manage saved objects, therefore we need to make saved objects client(public side) be aware of what current workspace is and bypass the worksapce params to server side.

Describe the solution you'd like

Add current workspace a private property of savedObjectsClient and expose a interface to change the property if user switches the workspace. And there may be some cases that user may want to overwrite the default workspace behavior so the client should honor the workspaces params in the input of each method call.

Describe alternatives you've considered

N/A

Additional context

Add any other context or screenshots about the feature request here.

@SuZhou-Joe
Copy link
Member Author

#4944

@SuZhou-Joe SuZhou-Joe changed the title [Feature] Consume workspace in saved objects client. [Workspace] Consume workspace in saved objects client. Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant