Hello,

None of the variables used by or generated for Bean module are deleted on hook_uninstall().
This means they are left in the database even after removing the module and might cause issues when re-enabling the module or re-creating similar block types later on.

Attached is the patch that includes variables used by the module, those generated for field bundle settings and variables created for each block type.

Let me know if any comments - thanks!

Comments

aramboyajyan’s picture

StatusFileSize
new1.17 KB
aramboyajyan’s picture

StatusFileSize
new1.17 KB

Updating comments to make more sense - please use this patch instead.

aramboyajyan’s picture

StatusFileSize
new818 bytes

Last patch, I promise :D

Just noticed a debug watchdog() call was left in the previous one.

indytechcook’s picture

Status: Needs review » Fixed

Thanks, pushed to 7.x-1.x

Status: Fixed » Closed (fixed)

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