Closed (fixed)
Project:
File admin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2015 at 05:34 UTC
Updated:
29 Jul 2015 at 21:14 UTC
Jump to comment: Most recent
The latest file entity (dev) version already delcares the query substitution ***BYPASS_FILE_ACCESS***. This double definition causes notices in the substitution handling of views.
Notices similar to Array to string conversion in views.module 2184
Since there's no alter hook for substitutions we only can remove the substitution in the hook.
And add a version dependency to file_entity >=7.x-2.0-beta2
Reviews needed.
None.
None.
None.
| Comment | File | Size | Author |
|---|---|---|---|
| file_admin-latest-file_entity-dev-defined-query-substitutions-already.patch | 958 bytes | das-peter |
Comments
Comment #1
alieffring commentedpatch works for me
Comment #3
nedjoThanks, applied.
Comment #4
nedjoI've posted a new release of File Admin to include this fix.