Closed (fixed)
Project:
Download
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2013 at 19:36 UTC
Updated:
16 Sep 2013 at 20:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
30equals commentedYep, you're right. The filename gets overridden by the next one.. I'm looking into it further, and hope to provide a fix shortly!
Thnx for reporting it.
Comment #2
queenvictoria commentedI'm about to look at this. Any movement @30equals?
Comment #3
30equals commentedNo movement yet no.... didn't have any time to look into this.
Comment #4
queenvictoria commentedThe issue is that the paths for each of the download link fields are the same (neither nid nor delta vary). How about this? Add the field_name into the path and check for it when building the zip archive? See attached patch.
Comment #5
queenvictoria commentedComment #6
queenvictoria commentedComment #7
30equals commentedLooking good, tested by myself, committed to DEV : http://drupalcode.org/project/download.git/commit/797f5f6
Thanx!