mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Model Edit Page Fails to Persist User Group Assignments When Selecting A Single First User Group #3260
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 @jeeteshchel on GitHub (Jan 13, 2025).
Bug Report
Installation Method
Git clone and Docker setup.
Environment
Confirmation:
Expected Behavior:
In Model Edit page, user selects a user group from the dropdown and clicks "Save," the following should occur:
group_idin the `access_control.read.group_ids array.Actual Behavior:
access_control.read.group_idsarray.Description
Bug Summary:
The application fails to update AccessControl component with the selected user group on form submission, resulting in the group assignment not being persisted.
Steps to Reproduce:
access_control.read.group_idsarray is empty.Logs and Screenshots
Additional Information
group_idin the API request payload.access_control.read.group_idsarray remains empty.Note
If you need further information or assistance in reproducing the bug, feel free to reach out. Thank you for your attention to this issue!
@tjbck commented on GitHub (Jan 13, 2025):
You need to click on the plus button to add.