Actions
Bug #2435
closedxmera Omnia - Collection #2512: Wiki link problems when exporting to pdf
Broken links in exported wiki pages when including sidebar
Start date:
11/19/2024
Due date:
11/19/2024
% Done:
100%
Estimated time:
Description
Having wiki page links in a sidebar like so:
[[Wiki]][[Meta-data]]
and including the sidebar in a wiki page like so:
{{include(sidebar)}}
ends up in broken links when exporting all wiki pages in a pdf. The links won't have a protocol like https://.
Updated by liaham about 1 year ago
- Related to Bug #2179: Broken links in exported wiki pages when using child_pages macro added
Updated by liaham about 1 year ago
- Parent task set to #2512
- Compatible Redmine Version deleted (
5.0.z)
Updated by liaham 12 months ago
This problem is similar to #2534 since internal wiki links will be resolved to relative links when conveyed with {{include(sidebar)}}. This is due to parsing via ApplicationHelper#parse_non_pre_blocks --> inject_macros before they could be resolved via parse_wiki_links.
Actions