This module rocks, only it does to much work.

The code could be changed so webform handles a lot more and in the progress the module works faster.
Also there are a few issues with translations and code style.

Patch will follow!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Tess Bakker’s picture

As promised, the patch.

With this code you can use hook_webform_node_defaults_alter() to setup a default setting for your webforms.

Other things that changed:

  • hook_scheme_alter instead of dedicated table > reason already given ;)
  • less queries at cron run
  • translation issue fixed with the keys of the units dropdown
  • code style

I Hope you like it, if there are any question, feel free to ask.

Tess Bakker’s picture

Status: Active » Needs review
awolfey’s picture

Great patch. Works well for me.