Description of the need On Linux, when you remove a package that has dependencies (which aren't used by any other installed package), you'll be told that those dependencies are no longer needed and can be safely removed. It'd be cool to have something similar in Backdrop. This would help to reduce situations where a site has modules installed that it doesn't need because the module(s) that depended on them was uninstalled (e.g. Libraries, Field Formatter Settings, etc.).
Proposed solution No idea, just putting the thought out there :smiley:
Recent comments
Great, thanks a lot I will try it, there should be a webform module that covers this. Regards
How to Create Nodes via a Block-Embedded Form in Backdrop
<?php /** * Implements hook_webform_submission_insert(). * * Triggered after a webform submission is inserted. */ function webform_to_node_webform_submission_insert($node, $submission...
How to Create Nodes via a Block-Embedded Form in Backdrop
I recently tried to make nodes from webform submissions going through what you tried. I ended up using custom code. We had a conversation about it on Zulip. https://backdrop....
How to Create Nodes via a Block-Embedded Form in Backdrop