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] Filter left nav menu according to the current workspace #6153

Closed
ruanyl opened this issue Mar 15, 2024 · 1 comment
Closed

[Workspace] Filter left nav menu according to the current workspace #6153

ruanyl opened this issue Mar 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request workspace

Comments

@ruanyl
Copy link
Member

ruanyl commented Mar 15, 2024

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

With the introduction of workspaces, users can now configure different sets of features/plugins to be displayed within each workspace. However, the current implementation of the left navigation menu in OpenSearch Dashboards presents all available features, which doesn't align with the workspace-specific configurations.

Describe the solution you'd like

To address this issue, we propose leverage the existing linkUpdaters$ observable in the NavLinksService. It would require a small refactor so that it can support custom link filters.

Use application.registerAppUpdater to update the apps to inaccessible if the workspace doesn't have the apps configured.

Describe alternatives you've considered

None

Additional context

#5282
#5092
#4944

@ruanyl
Copy link
Member Author

ruanyl commented Apr 17, 2024

Implemented in #6234

@ruanyl ruanyl closed this as completed Apr 17, 2024
@ruanyl ruanyl mentioned this issue Apr 17, 2024
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workspace
Projects
None yet
Development

No branches or pull requests

2 participants