fleet/changes/28713-gitops-checkbox-status-does-not-stay
Juan Fernandez ff333f7751
Avoid overriding local state with server state on ChangeManagement component (#33626)
Resolves #28713 

Fixed bug with the ChangeManagement component were server state was
overriding local UI state.
2025-10-02 21:15:38 -04:00

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.