Fatal error: Call to undefined function ctools_export_crud_disable()

Tried adding it to an update/install function, and bam.

Not sure if this is a bug report or feature request, so went with the coopt of decision making, support request.

Comments

hefox’s picture

May be a core bug, but disabling may not be enough to alert core/fields that something is up http://gyazo.com/180a66eb0bb5f43feca8998eaa1ea0d6

devin carlson’s picture

Category: Support request » Bug report
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new597 bytes

All of the ctools export functions live in ctools/includes/export.inc and are included before use by functions like file_type_load() and file_display_save().

A patch to include the export functions in file_type_enable() and file_type_disable() as well.

devin carlson’s picture

Status: Needs review » Fixed

Committed #2 to File entity 7.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.