In the most recent 3.9 version of webform (and in master), there's a little bug that shows up only when you have the print_pdf module enabled. Here's how to reproduce:
- Enable webform and print_pdf modules.
- Create a webform node.
- Fill out the webform, and submit the results.
- View the webform, click on the results tab.
- Click the view link to the right of the submission you just did.
You'll get this error:
Notice: Undefined variable: destination in webform_webform_submission_actions() (line 822 of /var/www/drupal-7.x-dev/sites/all/modules/contrib/webform/webform.module).
I took a guess at what the intention was, and attached it to this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| Undefined-variable-destination.patch | 445 bytes | justintime |
Comments
Comment #1
quicksketchThanks this looks like exactly the intention. The Print links were separated from other similar action-links in 3.7, looks like a remanent of the move. I'll review and get this in next time I'm looking at Webform patches.
Comment #2
quicksketchCommitted. Thanks again!