mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Resolves #41239 PUT /hosts/{id}/device_mapping should only trigger a resend of profiles when the IdP value changes.
1 line
218 B
Text
1 line
218 B
Text
Added an early return in the PUT /hosts/{id}/device_mapping endpoint so that setting the same IDP email that is already stored no longer triggers unnecessary database updates, activity log entries, or profile resends.
|