mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #696] [MERGED] fix: app config forms not updating with latest values #657
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/pocket-id/pocket-id/pull/696
Author: @kmendell
Created: 6/29/2025
Status: ✅ Merged
Merged: 6/29/2025
Merged by: @stonith404
Base:
main← Head:fix/non-reactive-form📝 Commits (2)
f4f8509fix: appConfig forms not updating with latest valuesdd4f7caMerge branch 'main' into fix/non-reactive-form📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
frontend/src/routes/settings/admin/application-configuration/forms/accent-color-picker.svelte(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-email-form.svelte(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-general-form.svelte(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-ldap-form.svelte(+1 -1)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/693
The forms were being created with the initial load information and the child components were never getting the updated store values.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.