#306: admin Save no longer wipes peeringEnabled — saveSettings merges over serverSettings #307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/set62"
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?
Fixes the "peering turns off after redeployment" dogfood finding: the trigger was any admin Save, not the redeploy.
saveSettingssent a hand-built partial object toPUT /api/v1/settings(replace semantics), zeroingpeeringEnabled,peeringExpandGroups,peeringMaxFileBytes,peeringBaseUrl. Now it merges its form fields overserverSettings— the same pattern the peering toggle already used — so all non-form fields (present and future) survive.Full diagnosis on #306. Frontend-only.