Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

Fix temporary and expiration on uploaders #5445

Closed pxpm closed 6 months ago

pxpm commented 6 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

We setup expiration and temporary on subfields uploaders, but we were not doing the same for non subfields.

AFTER - What is happening after this PR?

This fixes it by setting the same attributes on non-subfields.