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

XWiki export doesn't work properly when a diagram is present. #311 #312

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

Farcasut
Copy link

@Farcasut Farcasut commented Nov 13, 2024

To resolve this issue properly, I had to address both the diagram macro and the normal diagram page. In the case of the diagram macro, the fix was pretty straightforward: replacing the view of the diagram from a div to the actual SVG. I had to keep the div to avoid errors in the console when exporting the PDF. To make the diagram macro work, we had to do the same thing, in addition I also had to get the right document.

…as#311

 * Updated the view sheet and macro to make the xwiki export work properly.
@Farcasut Farcasut marked this pull request as ready for review November 18, 2024 06:05
@Farcasut Farcasut added this to the 1.22 milestone Nov 29, 2024
@Farcasut Farcasut merged commit 6374702 into xwikisas:master Dec 2, 2024
@Farcasut Farcasut linked an issue Dec 3, 2024 that may be closed by this pull request
@Farcasut Farcasut removed this from the 1.22 milestone Dec 4, 2024
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.

XWiki export doesn't work properly when a diagram is present.
2 participants