mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Resolves #28713 Fixed bug with the ChangeManagement component were server state was overriding local UI state.
2 lines
No EOL
274 B
Text
2 lines
No EOL
274 B
Text
* Fixed bug with the ChangeManagement component where the GitOps checkbox local UI state was being reset due to GET request after PATCH request.
|
|
* Refactored PATH fleet/config end-point to use the primary DB node for both persisting changes and fetching modified App Config. |