$ the-wire · showcase
Workspace skills now drive sidebar visibility
By RepoJournal · Filed · About Open WebUI
Users granted only workspace.skills permissions will see the Workspace menu entry and no longer bounce out of /workspace.
Open WebUI fixed a permission-gating bug [1] that left users with only the `workspace.skills` permission unable to reach the Workspace area. The earlier gates in `Sidebar.svelte` and the workspace-index didn't account for skills, so the menu stayed hidden and a direct visit to `/workspace` redirected to `/`. These gates now include skills, matching the route guard that already covered it.
The SECURITY.md file was updated [2], and the repo added Russian translation updates [3]. A migration fix [4] adjusts the tag composite primary key definition.
Action items
- → Pull the latest commit to get the workspace.skills sidebar fix open-webui/open-webui [plan]
- → Review the tag composite PK migration if you're on a dev branch open-webui/open-webui [monitor]
References
- [1] fix: wire workspace.skills into the sidebar + workspace-index gates (#24729) ↗ open-webui/open-webui
- [2] Update SECURITY.md (#24726) ↗ open-webui/open-webui
- [3] i18n: update Russian translations ↗ open-webui/open-webui
- [4] fix: tag composite pk in migration (#24722) ↗ open-webui/open-webui