Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Dec 2011 at 17:49 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedI'm not convinced about this. If you install, for example, webform module it creates a content type 'Webform'. You then create a load of webform nodes, and uninstall the module - it doesn't then delete al of the nodes that you had created. They just loose their type association and become something of broken/orphaned nodes.
Bean Blocks are being treated as content in most respects, so I would think it should follow the same mantra as node modules.
Comment #2
indytechcook commentedSo it's a little different the the webform example. The webform adds a content type, not the content itself. If it was possible to disable the node module, would you want all of the nodes around?
Since uninstall the module will remove the bean table, we also need to remove the instances of the blocks. Otherwise it will get messy.
Comment #3
indytechcook commentedAttached Patch
Comment #4
saltednutpatch: **** malformed patch at line 30: \ No newline at end of fileComment #5
indytechcook commentedhttp://drupal.org/commitlog/commit/22232/0fae552e7ae11c7f60a4731f3bbb5c4...