You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we're sanitizing file names upon upload, it would be nice if we could auto-populate the Original Name for a media based on the name before it gets sanitizied. I'm not sure how possible this is, and we may have to wait for the fix to be in core to really do this (it works on symfony events, so it should be easy to manipulate). See: https://www.drupal.org/node/2492171
The text was updated successfully, but these errors were encountered:
If I understand, "we're sanitizing file names upon upload" means we're installing transliterate_filenames in the Playbook and install profile. And that @seth-shaw-asu did something (maybe under his previous handle) that populated the Original File field. Is it public?
We populated it with our Migration API configurations. To do this via the Web UI you may be able to do this via some JavaScript that grabs the original name before the transliterate changes it. Workbench could probably also be updated to do this (if it doesn't already).
Now that we're sanitizing file names upon upload, it would be nice if we could auto-populate the Original Name for a media based on the name before it gets sanitizied. I'm not sure how possible this is, and we may have to wait for the fix to be in core to really do this (it works on symfony events, so it should be easy to manipulate). See: https://www.drupal.org/node/2492171
The text was updated successfully, but these errors were encountered: