mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #19752] issue: minor UI Bug: knowledge sharing #57650
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 @mahenning on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19752
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.41
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
If admins enable
knowledge sharingbut disableknowledge public sharing, the user should only be able to see the option to share their knowledge base to groups, or have only the "Private" option in theVisibilitydropdown menu.Actual Behavior
Users see the Visibility dropdown menu with "Private / Public" options when
knowledge sharingis enabled, butknowledge public sharingis disabled. They can select "Public" and click save, and then get a message with "Knowledge updated successfully!".The knowledge is not made public and after re-loading the page, Access control shows private again. So that works. The only thing is that users may think sharing is possible, because the UI shows no restriction / error.
Steps to Reproduce
knowledge sharingbut disableknowledge public sharingLogs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 4, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19701 issue: knowledge can not multiple upload file
by willy808 • Dec 03, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug#19438 issue: Icon loading regression
by JoelShepard • Nov 24, 2025 •
bug#15638 issue:
by PaulX1029 • Jul 11, 2025 •
bugShow 5 more related issues
#14440 issue:
by ehsan8203 • May 28, 2025 •
bug#17390 issue:
by abxis • Sep 12, 2025 •
bug#17392 issue:
by abxis • Sep 12, 2025 •
bug#17389 issue:
by abxis • Sep 12, 2025 •
bug#17393 issue:
by abxis • Sep 12, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Dec 4, 2025):
aha interesting. I will try to reproduce. This might indeed be a visual bug
@rgaricano commented on GitHub (Dec 4, 2025):
(I∀I)
A possible implementation to fix the UI inconsistency (Public visibility option is shown to unauthorized users):
Add explicit validation to ensure the Public option is only shown when truly permitted:
on:changehandler:@silentoplayz commented on GitHub (Dec 4, 2025):
I can confirm that I am able to reproduce this issue with the provided reproduction steps on the latest dev commit.
@silentoplayz commented on GitHub (Dec 15, 2025):
I've just retested this issue and it appears that it may have been silently solved in the current
devbranch. @mahenning, @rgaricano Could either of you report back on whether it is addressed for you or not?@mahenning commented on GitHub (Dec 16, 2025):
I can confirm that on
dev, I'm not able to set a knowledge to public when public sharing is disabled. Nice work!