+
Jotform3/RequestServer/getSubmissionPDF
The intention was removing WKPDF (old version) from being an unintended fallback mechanism of the new version
Why: Users may have customizations on documents made on the current PDF Editor. When the system turns to old version, it prepares and sends the default document according to the form. Without any customization with all the data.
We don't want this.
Hotfix: The commit is reverted.
Proper fix:
Root cause was the DB Failure
Also duplicate record errors on RDS because of the composite PK
We won't be sending all the properties from the frontend only the necessary parts