Fixed
Project:
Acquia DAM
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2026 at 08:22 UTC
Updated:
28 Jul 2026 at 12:43 UTC
Jump to comment: Most recent
After running drush acquia-dam:update-assets --media-type=<type> to migrate from the old Media: Acquia DAM module to the new Acquia DAM module, all document filenames are converted to lowercase. The customer needs original mixed-case filenames displayed on their frontend.
What we found:
getValidFilename() method applies strtolower() to filenames during the migration/update process.config/acquia-dam/metadata makes it available in the mapping UI. However, Title and the original filename are often different values in their DAM, so this is not a reliable substitute.Provide way to preserve filename case.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rajeshreeputraComment #4
rajeshreeputraRequesting review.
Comment #5
rohan-sinha commentedworking as expected
Comment #6
rajeshreeputraMR merged!