Closed (fixed)
Project:
Printer and PDF versions
Version:
2.0.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 May 2021 at 15:20 UTC
Updated:
15 Dec 2021 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
adamps commentedComment #3
adamps commentedComment #4
jcnventuraComment #6
jcnventuraComment #7
adamps commentedGreat thanks, happy to see this project is still active
Comment #8
pahles commentedSince you no longer require pdf_api maybe the description of the project should be updated.
Comment #9
jcnventuraIt does require pdf_api to generate PDFs which is a sub-module. The description is still accurate.
Comment #10
pahles commentedLooking at the source code there is a submodule printable_pdf, not pdf_api. When I did a composer update in my project pdf_api was removed.
Comment #11
jcnventuraThe submodule printable_pdf depends on pdf_api. Which of course now is broken on sites that install the latest dev since pdf_api is no longer installed.
The solution for this (at least for now), is to add the pdf_api module as a composer dependency, so that it is installed by composer.json, while allowing the change here to do it's objective which is to be able to enable the printable module without having to enable the optional PDF functionality.
Comment #12
jcnventuraThe patch in #3 is correctly adding the pdf_api dependency, but something must have happened when I created the commit and that line was not applied.
Comment #14
jcnventura