mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #22324] issue: new function filter_allowed_access_grants not imported in 2 modules #35228
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 @schveiguy on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22324
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Ability to change tool/skill access from private to public, and vice versa.
Actual Behavior
UI appears to allow changing access, but the backend has an error, refreshing the page shows the access permission was not changed.
Steps to Reproduce
Logs & Screenshots
Log in the console:
Log on backend (last few lines):
Additional Information
In
176f9a7816a function was introduced in several modules calledfilter_allowed_access_grants. In two of the modules refactored, the symbol is not imported. This results in a failure to adjust the public/private permission of a tool (or presumably a skill, but I have not tested that).I believe this is as simple as adding the two imports.
@Classic298 commented on GitHub (Mar 6, 2026):
c85afce702