-
Notifications
You must be signed in to change notification settings - Fork 4
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 with DHTMLX lib 8.0 - Printing Service #36
Comments
Also relevant for this problem is that Google Chrome will be blocking cross-site cookies as this was used in the API call to DHTMLX before. The call to Warning in Chrome console: https://developers.google.com/privacy-sandbox/3pcd#report-issues |
My bad, printing works with 8.0 ! It was not a problem with the new version, but with my custom template scales. gantt.plugins({ instead of in "After Init JS Code" attribute. |
Hi Jochen, thanks for all your input and testing. This helps to cut down the needed time for an update. Best regards |
Hi Ottmar
After upgrading to version 8.0.x there were no errors and the Gantt rendering is still working.
There is just the issue with the changes for the printing service.
Printing in 8.0 now works with an extension and the PDF generation is only creating empty files for me.
gantt.plugins({
export_api: true
});
https://docs.dhtmlx.com/gantt/migrating.html
I tried this workaround by hardcoding the setting in the Plugin code, but it did not have an effect.
Would you know a workaround until you find the time to upgrade the plugin to 8.0 ?
Thanks,
Jochen
The text was updated successfully, but these errors were encountered: