Closed (fixed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2013 at 22:04 UTC
Updated:
7 Mar 2014 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
haydeniv commentedI can confirm this is a bug in 7.x-2.0-alpha2.
Comment #2
osmanThe issue is actually for all the roles/users with the permission to download files, not just the user #1.
Attached patch fixes the issue on my tests.
Comment #3
mindgame commentedI also explained the reason in #2158547.
Comment #4
dave reidRather than doing an unset on just the query key, how about we try using drupal_array_merge_deep().
Comment #5
dave reidTested and committed #4 to 7.x-2.x. Thanks everyone!
http://drupalcode.org/project/file_entity.git/commit/1ec501f
Comment #7
bryan cordrey commentedI am still experiencing this issue. I am running the latest dev branch which includes the patch from #4. I have tried to debug the problem but I can only replicate the problem on our PROD server. I found if I disable "page cache for anonymous users" the problem goes away.
Comment #8
dave reidFor anonymous users the token depends on the ip address, so you would need to disable page caching for that specific view in order for it to work for anonymous users. Either way, let's leave this fixed and file a new issue if necessary.