mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #22904] issue: Read/Write permission toggle not clickable for base models in Admin Panel #19838
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 @Lyhtande on GitHub (Mar 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22904
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04.5 LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When editing a base model (e.g.
gpt-4.1-mini) in the Admin Panel > Settings > Models, the access control dialog should allow toggling between READ and WRITE permissions for assigned groups and users — the same way it works for Knowledge Bases.Actual Behavior
The access control dialog for base models in the Admin Panel only shows a READ badge next to assigned groups and users. The badge is not clickable and cannot be toggled to WRITE.
This only affects base models managed in the Admin Panel — not custom workspace models.
The fact that the badge explicitly says "READ" (rather than just showing access: yes/no) strongly suggests a WRITE option should exist but is currently non-functional.
Steps to Reproduce
gpt-4.1-mini).For comparison:
Logs & Screenshots
Additional Information
Related Issues
@Classic298 commented on GitHub (Mar 20, 2026):
No it should not be togglable, so the current behaviour is correct and intended
Why?
Because "Write" has no use here.
Giving a user write access is pointless.
It doesn't do anything.
The user cant go to the admin panel and edit the model, so the write access is pointless.
And admins always have write access to all models anyways
So the access control here is limited to no permission or read permission.
In workspace, users can go to workspace and edit models. So THERE, the write permission is possible.