-
Fixes orphaned autocomplete input in cases where webform is submitted with ajax.
-
Added ability to map custom values in the Demandbase object to form inputs, using object dot syntax in the Demandbase configuration page. "watch_list.segment1|Segment 1" maps to { "watch_list" : { "segment1" : "<value>" } ... }, etc. Basically, any depth is supported. -
Updates to module files per http://drupal.org/node/1391956#comment-5530798 ; Branch to be renamed.
-
Removed the jQuery reference protection. True problem was elsewhere.
-
Added a storage variable for the Drupal jQuery instance. The autocomplete widget from Demandbase contains another version of jQuery. Returns jQuery to the Drupal version on callback of the autocomplete widget.
-
Moved Demandbase for Webform configuration under Configuration->System
-
Removing all files from MASTER except README.txt, as per standards.
-
Bringing module into line with coding standards. Testing against http://ventral.org/ .
-
Bringing module into line with coding standards. Testing against http://ventral.org/ .
-
Bringing module into line with coding standards. Testing against http://ventral.org/ .