Problem/Motivation

A regression has been identified in the acquia_dam (v1.1.10) module where media assets synchronized from Acquia DAM lose their original filename if the name contains a trailing underscore (_). Instead of preserving the filename, the system replaces the asset name and the resulting file URL with the DAM external_id.

Observed Behavior:

Filename: Is-now-a-good-time-to-invest_.jpg
Resulting URL: .../sites/default/files/dam/[external_id]/[external_id].jpg
Expected URL: .../sites/default/files/dam/[external_id]/Is-now-a-good-time-to-invest_.jpg

Issue fork acquia_dam-3580856

Command icon Show commands

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

rajeshreeputra created an issue. See original summary.

rajeshreeputra’s picture

Status: Needs work » Needs review
StatusFileSize
new548 bytes

Patch attached.

rajeshreeputra’s picture

Status: Needs review » Fixed

Merged!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.