mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #22324] issue: new function filter_allowed_access_grants not imported in 2 modules #123010
Reference in New Issue
Block a user
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 https://github.com/open-webui/open-webui/commit/176f9a781619d836be003d28d53904639cad4128 a function was introduced in several modules called
filter_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):
https://github.com/open-webui/open-webui/commit/c85afce702caebf027d7a8791be9326e71548158