awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
298 stars 79 forks source link

Fix: Curator Cloud Disks and the Livewire Temporary Disk #451

Closed nxgcx closed 4 months ago

nxgcx commented 4 months ago

In cases where the curator.disk is also declared in curator.cloud_disks, and livewire.temporary_file_upload.disk is not actually a cloud disk, an error is thrown when saving a new image due to the file being in another disk. I am not entirely sure what the logic was intended to be starting at line 102, but I have reworked it a bit based on what I think it should do, and it seems to be working for me now. If I am missing any points to how this should work let me know.