Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PDF request summary #6257

Closed
wants to merge 2 commits into from
Closed

Fix PDF request summary #6257

wants to merge 2 commits into from

Commits on May 18, 2021

  1. Fix line length linter warnings

    gbp committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6806ca7 View commit details
    Browse the repository at this point in the history
  2. Add -q option to calls to wkhtmltopdf

    This makes the wkhtmltopdf command less verbose which is important as we
    check for output to determine if the command was successful or not.
    
    Really should be checking the exit code but this would mean a change in
    the AlaveteliExternalCommand module which is also used else where.
    gbp committed May 18, 2021
    Configuration menu
    Copy the full SHA
    089170f View commit details
    Browse the repository at this point in the history