Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
16 May 2011 at 15:59 UTC
Updated:
2 Jun 2011 at 01:21 UTC
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:
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!