You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As workspace will be a new concept to organize saved objects, the repositoryClient in OSD need to have some adjustment according to workspaces concept. workspaces field will be a string[] in which each item represent a workspace this object belong to.
By default, all the saved objects type in workspaces world will multi-workspace, which means a object can belong to more than one workspaces, though for current stage a object should be able to belong to only one workspace from OSD web interface.
All the features the issue introduces won't take effect until workspace feature flag is open, which means it won't have any effect on any existing function.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Description
As workspace will be a new concept to organize saved objects, the repositoryClient in OSD need to have some adjustment according to
workspaces
concept.workspaces
field will be a string[] in which each item represent a workspace this object belong to.By default, all the saved objects type in workspaces world will multi-workspace, which means a object can belong to more than one workspaces, though for current stage a object should be able to belong to only one workspace from OSD web interface.
All the features the issue introduces won't take effect until workspace feature flag is open, which means it won't have any effect on any existing function.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: