mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
feat: Allow non-admin user to edit resources under workspace with public visibility #5841
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?
Originally created by @frdeng on GitHub (Jul 23, 2025).
Check Existing Issues
Problem Description
For example, I have a custom model under a workspace. If the model is private, I can grant write access to one group and read access to another, enabling certain users to update the model. However, if I make the model public, only the admin or the model owner can edit it. This means there is no way to allow a specific group of users to manage the model once it’s public.
Desired Solution you'd like
Currently, there are only two visibility options: public or private. I suggest that even when a model is public, it should still be possible to specify group-level permissions, allowing designated groups to manage or edit the model.
Alternatives Considered
No response
Additional Context
No response