-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Workspace]Remove collaborators in workspace creation page and refact…
…or with getDisplayedType (#8520) * Remove workspace collaborators section in workspace creation Signed-off-by: Lin Wang <[email protected]> * Redirect to workspace detail collaborators tab after workspace created Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #8520 created/updated * Add getDisplayedType in default collaborator types Signed-off-by: Lin Wang <[email protected]> * Update detail type to ReactNode Signed-off-by: Lin Wang <[email protected]> * Add learn more link Signed-off-by: Lin Wang <[email protected]> * Remove permissionEnabled passed in WorkspaceCreatorForm Signed-off-by: Lin Wang <[email protected]> * Redirect to use case landing page if permission not enabled Signed-off-by: Lin Wang <[email protected]> * Use getDisplayedType and render — for empty Signed-off-by: Lin Wang <[email protected]> * Fix incorrect unit tests Signed-off-by: Lin Wang <[email protected]> * Assign current user as workspace admin Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
794757d
commit fcc18fb
Showing
17 changed files
with
550 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
feat: | ||
- [Workspace]Remove collaborators in workspace creation page ([#8520](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8520)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.