awcodes / filament-curator

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

Disable File Rename via Config #479

Closed onairmarc closed 1 month ago

onairmarc commented 2 months ago

The PR adds the ability for the developer to disable file renaming via the rename_on_update config value. It currently defaults to true. If set to false, everything will occur as normal, except the media file will not be renamed and the path will not be updated.

onairmarc commented 2 months ago

I reverted d324937 due to changes from a previous PR still being in my local repo. The changes were reverted in 8dc8541

onairmarc commented 1 month ago

Didn't realize this was already in place. Closing PR as redundant.