"Only new submissions since your last download" on the download page works incorrectly for Send to Google Drive (Google Docs).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | webform_google_export_last_download-2461859-5.patch | 992 bytes | anton4uk |
"Only new submissions since your last download" on the download page works incorrectly for Send to Google Drive (Google Docs).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | webform_google_export_last_download-2461859-5.patch | 992 bytes | anton4uk |
Comments
Comment #1
anton4uk commentedComment #2
anton4uk commentedComment #3
quicksketchThanks @Anton4yk! Couldn't this same thing be accomplished by calling
webform_results_export_success($node, $export_info), rather than essentially duplicating the code in that function?Comment #4
anton4uk commentedThanks @quicksketch, not need duplicating code. I did this patch and new related one for webform module https://www.drupal.org/node/2851753
Comment #5
anton4uk commentedComment #6
mkdok commentedHi all,
This patch work for me. Mark that patch as RTBC.
Thanks.