Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2012 at 10:28 UTC
Updated:
3 Dec 2012 at 10:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
jonhattanPatch to separate both operations. It includes code from patch in #1710256-7: «Delete block type» button misplaced.
Comment #2
indytechcook commentedThanks jonhattan! Overall I like where this is going. Just a few comments.
Good check!
We can't assume that all bean types are provided by ctools exportables. This page is used by both bean types provided by beam_admin_ui and custom bean types.
Thanks. This wasn't available when I first made bean
Comment #3
indytechcook commentedThanks http://drupal.org/commitlog/commit/22232/ba46ba22c636d9dca047d3cea85ad7b...
Comment #5
pingwin4egJust a post scriptum:
in this patch you are using function ctools_export_crud_delete() that is not included.
@see #1856876: Call to undefined function ctools_export_crud_delete().