#20873 - fix webhooks with image fields #753

Closed
opened 2026-04-05 17:27:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @arthanson on 12/10/2025

Fixes: #20873

Fixes event rules where the models have submitted files. The issue is the FILES param was getting the file objects which weren't pickleable due to a quirk in Pillow, Files are not needed for the event code anyways. Fix was to exclude these from copy_safe_request function.

*Originally created by @arthanson on 12/10/2025* ### Fixes: #20873 Fixes event rules where the models have submitted files. The issue is the FILES param was getting the file objects which weren't pickleable due to a quirk in Pillow, Files are not needed for the event code anyways. Fix was to exclude these from copy_safe_request function.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#753