- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Drupal 7 is no longer supported. If this applies to a supported version, please re-open.
When only a Webform Node (webform[nid]
or webforms[0][nid]
) is specified, FillPDF should use the most recent submission as the data source. This seems to be broken with Webform 3.x.
While Webform 3.x is in maintenance mode, it's still a supported Webform version for 7.x, and, in combination with Webform Tokens, we should still function with it.
The workaround for this is to be sure to specify webform[sid]
/ webforms[0][sid]
. That is usually better anyway, so this is not an urgent fix, but it's something that testing missed entirely.
Closed: outdated
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is no longer supported. If this applies to a supported version, please re-open.