Closed (fixed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2013 at 19:06 UTC
Updated:
20 Nov 2013 at 03:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commentedMay be a core bug, but disabling may not be enough to alert core/fields that something is up http://gyazo.com/180a66eb0bb5f43feca8998eaa1ea0d6
Comment #2
devin carlson commentedAll of the ctools export functions live in
ctools/includes/export.incand are included before use by functions likefile_type_load()andfile_display_save().A patch to include the export functions in
file_type_enable()andfile_type_disable()as well.Comment #3
devin carlson commentedCommitted #2 to File entity 7.x-2.x.