Postponed
Project:
FillPDF
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2013 at 10:36 UTC
Updated:
2 Jun 2019 at 17:38 UTC
Jump to comment: Most recent
The current way of passing webforms to a FillPDF Link requires a cumbersome workaround in Views to avoid [nid] and [sid] being interpreted as Views replacement patterns.
A very simple fix would be to change these to webform_nid and webform_sid in 7.x-2.x-dev since it's the development version. It would be a breaking change, so it would probably be best to deprecate the old way (log a watchdog entry every time they do it) and then remove it in 7.x-3.x-dev. Since people are probably using it and no one reads release notes.
Comments
Comment #1
liam morlandComment #2
panchoMostly, this would be v5 stuff. However, if we want to make this change in 8.x-5.x and 7.x-3.x, our current branches should at least allow that new notation, meaning it should understand links in this notation.
Is this still the way we want to go? Alternatives would be:
&webform=nid&webform_submission=sid&webform_submission=nid:sidor possibly both variants.
Assigning to @wizonesolutions for feedback.
Comment #3
wizonesolutionsI'm re-reading this, and I'm not sure anymore. Let's postpone this and focus on non-link ways of filling in PDFs. For example, we could have a View display that generates a PDF from Webform submissions when visited. Through Views contextual arguments, it could step around the entire issue.