This is a tricky bug where if you have a file like "image.jpg" and another like "image.JPG", Drupal's {file_managed} table treats them differently but by default the {menu_links} table doesn't, leading to problems assigning the correct crops to the correct images.

The fix I came up with may be MySQL-specific, but it's good enough for now.

Comments

David_Rothstein created an issue. See original summary.

David_Rothstein’s picture

Status: Active » Fixed

Committed a fix.

  • David_Rothstein committed 5e3440c on 7.x-1.x
    Issue #2734421 by David_Rothstein: If two file URIs differ only in...

Status: Fixed » Closed (fixed)

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