mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 00:43:31 -05:00
[PR #16503] [MERGED] feat: Allow navigating to user group from user edit #39784
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16503
Author: @athoik
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @tjbck
Base:
dev← Head:user_groups_nav📝 Commits (2)
5543f30feat: Allow navigating to user group from user editc11f026fix: use prettier to format last commit📊 Changes
4 files changed (+25 additions, -9 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups/GroupItem.svelte(+9 -1)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+9 -1)📝
src/lib/utils/index.ts(+6 -0)📝
src/routes/auth/+page.svelte(+1 -7)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This commit allow navigating from user edit to user group, allowing faster updates to groups.
The querystringValue function was moved to lib/utils to reuse it in multiple places.
Added
A link on user group, when editing a user, that navigates directly to user group, when clicked.
Breaking Changes
Additional Information
Related: https://github.com/open-webui/open-webui/discussions/16416
Screenshots or Videos
User clicks on group:
Specific group is opening:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.