This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-5478c66e-af22-4985-875e-483d3c7387cf CONFLUENCE-437 Open

The blog-posts macro spaces parameter is converted twice, resulting in killed conversions

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-7430c8b3-82c2-4086-a88b-a3ddafc21fe3 Raphaël Jakse created this issue on 22/Apr/25 11:32
 
Summary: The blog-posts macro spaces parameter is converted twice, resulting in killed conversions
Issue Type: cid:jira-generated-image-avatar-5478c66e-af22-4985-875e-483d3c7387cf Bug
Affects Versions: 9.82.6
Assignee: Unassigned
Components: XML
Created: 22/Apr/25 11:32
Priority: cid:jira-generated-image-static-major-ab0d282d-6f2d-4148-982c-6006d54e5d93 Major
Reporter: Raphaël Jakse
Description:

When a spaces parameter contains the name of a space that is not migrated at the root of the current wiki, the conversion of the blog-posts macro fails with the following exception:

Failed to convert the spaces parameter [Orphans.PBLAREA] of the blogpostlist macro.Killing the conversion.

This is because we try to convert a spaces parameter that has already been converted.

The fix is:

  • not to convert the parameter a second time
  • we don't actually need to kill the conversion and can let confluence reference through, this can be handled as a post migration fix
 
 

1 update

 
cid:jira-generated-image-avatar-7430c8b3-82c2-4086-a88b-a3ddafc21fe3 Changes by Raphaël Jakse on 22/Apr/25 11:32
 
Assignee: Raphaël Jakse