Using:
Webform 6.x-3.2
Salesforce API 6.x-2.0-alpha2

2 calls to module_load_include() incorrectly uses "webform/webform_submissions.inc" to include the webform_get_submissions(). This resulted in fatal errors when exporting submissions to salesforce. The file is located at "webform/includes/webform.submissions.inc".

When adding a fieldset, the sf_webform_fieldmap_add_form_submit() function incorrectly references $form_state['values']['drupal_object'] which does not exist. It should reference $form_state['values']['drupal']. This issue resulted in the nid being 0 in the fieldmap-webform association.

CommentFileSizeAuthor
sf_webform_fieldmap_includes.patch1.83 KBjwineinger

Comments

stella’s picture

Status: Active » Postponed (maintainer needs more info)

I committed the webform 3.x changes.

However, I didn't commit the 'drupal_object' change - perhaps you can explain why you only changed it on that one line?

pankajyadav’s picture

Title: Fieldmap issue; webform submission include path issue » Path issue; gallery submission path issue
Project: Salesforce Webform Integration » School Administration
Version: 6.x-1.x-dev » 7.x-1.0

HI
My gallery Dynamic display block slideshows but i have to assign path to assign it to the gallery of the project it req. a path to assign it and the is of following type(Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are blog for the blog page and blog/* for every personal blog. is the front page.). This will come when i go to structure then to Block Then when i configure the slideshows then it require a path ..
So please help me in assigning the path please?????

tutumlum’s picture

Project: School Administration » Gallery
Version: 7.x-1.0 » 6.x-1.x-dev
Component: Code » Code / API

I think it is belong to here