Files
console/src
harsh mahajan 47d78fa0fb fix: preserve boolean fields and deploymentRetention across all settings updates
Extends the fix from #3064 to the remaining 20 settings update components
for both functions and sites. Two bugs were present in every file not
touched by that PR:

1. `enabled`, `logging`, and `providerSilentMode` were passed through
   `|| undefined` instead of `?? undefined`, causing `false` values to
   be silently coerced to `undefined` and reset to their API defaults
   whenever any other setting was saved.

2. `deploymentRetention` was absent from every partial-update payload,
   so saving name, timeout, scopes, schedule, runtime, permissions,
   resource limits, build command, events, build triggers, or repository
   settings would silently reset the retention value.

Also fixes `providerSilentMode: silentMode || undefined` in sites/
updateRepository.svelte to `silentMode` (matching the functions version),
so disabling silent mode is correctly preserved on save.
2026-05-28 12:22:39 +05:30
..
2026-04-23 08:59:50 +01:00
2026-03-24 11:35:18 +05:30
2025-06-05 05:59:23 +00:00
fix
2026-04-02 14:27:44 +05:30