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

Issue: PDF printout #4790

Merged
merged 1 commit into from Mar 12, 2019
Merged

Conversation

aydreeihn
Copy link
Contributor

This commit fixes 2 issues we had with using MPDF to export Tickets:

  1. Tickets with inline images
    To refer to images as var:varname, imageVars needs to be set for the MPDF object.
  2. Tickets with tables
    When exporting a Ticket where a Thread Entry contains a table, we must ignore table percents and table widths, otherwise, it will always throw the error "Word is too long to fit in table"

This commit fixes 2 issues we had with using MPDF to export Tickets:

1. Tickets with inline images
	To refer to images as var:varname, imageVars needs to be set for the MPDF object.
2. Tickets with tables
	When exporting a Ticket where a Thread Entry contains a table, we must ignore table percents and table widths, otherwise, it will always throw the error "Word is too long to fit in table"
@protich protich changed the title Issue: Exporting Tickets Issue: PDF printout Mar 12, 2019
@protich protich merged commit 693a09a into osTicket:develop-next Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants