Attempt to delete a block type leading to
500 Fatal error: Call to undefined function ctools_export_crud_delete() in /var/www/drupal-test/sites/all/modules/dev/bean/bean_admin_ui/plugins/custom.inc on line 20, referer: http://drupal.loc/admin/structure/block-types/manage/block-with-image/de...
function ctools_export_crud_delete() is hosting in ctools/includes/export.inc but that file is obviously not getting include.
This issue as i see comes up from #1785950-1: Revert and delete should be separate operations.
Patch to come.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bean-1856876.patch | 699 bytes | jonhattan |
| #1 | bean-call_to_undefined_function_ctools_export_crud_delete-1856876-1.patch | 531 bytes | pingwin4eg |
Comments
Comment #1
pingwin4egHere it is.
Comment #2
jonhattanIt is convenient to do the inclusion in the same code block in which the function is going to be invoked. Think of someone writing it's own code to manage
BeanCustom.ps. I guess it was working for me when I did #1785950: Revert and delete should be separate operations because I had features.module enabled.
Comment #3
indytechcook commentedThanks
http://drupal.org/commitlog/commit/22232/e40a9419087eaab3758810ef6c8c2d7...