mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #14772] [MERGED] Fix: Ensure Consistent LDAP Settings Save #23586
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14772
Author: @silentoplayz
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/8/2025
Merged by: @tjbck
Base:
dev← Head:fix-save-for-LDAP📝 Commits (2)
67e930eFix: Ensure Consistent LDAP Settings Savea6c7ddcfix: Hidden delete button for playground chat messages📊 Changes
2 files changed (+3 additions, -7 deletions)
View changed files
📝
src/lib/components/admin/Settings/General.svelte(+2 -6)📝
src/lib/components/playground/Chat/Message.svelte(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Changed
ENABLE_LDAPsetting on the General admin page was changed from an immediateon:changeevent on the switch component to be included in the main form submission via theupdateHandler.Removed
on:changeevent handler from theSwitchcomponent associated withENABLE_LDAP.Fixed
Additional Information
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.