Closed (fixed)
Project:
AmazonS3 Filefield Sources
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2015 at 05:33 UTC
Updated:
22 Oct 2015 at 22:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedHere is an (untested) patch based on the fix that works for the other modules.
Comment #2
deggertsen commentedI haven't run into this problem yet myself, but I'll watch for it.
Comment #3
deggertsen commentedYes, this patch fixes an issue introduced as described above. Marking as RTBC.
Comment #5
deggertsen commentedCommitted
Comment #6
torgospizzaThanks for taking care of this! I've just been too busy to look at anything else lately :)
Comment #7
deggertsen commentedThe only thing I debated with this one is making it a requirement or something that you have D7 7.36 or greater. I think this patch will break it if you have an earlier version of D7. However, I doubt that most people installing the module at this point will have an earlier version.
Comment #9
David_Rothstein commentedThe way the patch is written, it's intended to work on Drupal 7.35 and earlier also. I didn't test it there though.
Note that this could become relevant again in the future since #2594955: [D7] Duplicate HTML IDs are created for file_managed_file fields may need to roll back some of the code that was added in 7.36.