Closed (fixed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2013 at 09:28 UTC
Updated:
29 Jan 2013 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jason Dean commentedI downgraded to 7.x-2.0-unstable6 and the problem goes away :)
Comment #2
gmclelland commentedI'm getting the same problems with the latest dev versions of media-2.x and file_entity-2.x.
Comment #3
ParisLiakos commentedwe need to check view modes if is set before using += on it.
this bug was introduced here http://drupalcode.org/project/file_entity.git/blobdiff/70204d56f49d97efc...
Comment #4
dave reidOr just define them instead of using a merge (like the previous version just goes and defines 'full', use the same syntax for the three view modes).
Comment #5
ParisLiakos commentedpatch
Comment #6
gmclelland commentedPatch in #5 applied cleanly and I don't see any errors.
Comment #7
ParisLiakos commentedI committed this
http://drupalcode.org/project/file_entity.git/commit/4a82014
thanks for testing gmclelland
Comment #8.0
(not verified) commentedMake clearer