This issue has been created
There are 2 updates.
 
 
Inline Table LiveData / cid:jira-generated-image-avatar-05a6b8d5-ab2f-424b-b2aa-4b5510a78cf9 XLIT-22 Open

Inline table don't detect block generated by other macro which contains MetaDataBlock

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-9b9dde73-a1ae-43c6-be1c-07d86428f951 Josué Tille created this issue on 20/Mar/26 14:59
 
Summary: Inline table don't detect block generated by other macro which contains MetaDataBlock
Issue Type: cid:jira-generated-image-avatar-05a6b8d5-ab2f-424b-b2aa-4b5510a78cf9 Bug
Affects Versions: 1.0.4
Assignee: Unassigned
Created: 20/Mar/26 14:59
Priority: cid:jira-generated-image-static-major-d3346fb0-7084-4473-bfa8-cf05d4194f53 Major
Reporter: Josué Tille
Description:

When using livedata-inline-table with confluence_detailssummary pro macro >=1.29.0 the livedata-inline-table macro don't detect any more the content returned by the confluence_detailssummary macro.

Step to reproduce:
Create a page with this content

{{livedata-inline-table}}

{{confluence_detailssummary showLikesCount="true" showCommentsCount="true" showLastModified="true" headings="Title,Author,~"Released in years~"" showUnresolvedCommentsCount="true" id="work" showPageLabels="true" showCreator="true" cql="label = ~"examplelabel~" and space = currentSpace ( )"/}}

{{/livedata-inline-table}}

Create an other page to provide some content with

{{confluence_details id="work"}}
|=Title|The Hitchhiker's Guide to the Galaxy|
|=Author|Douglas Adams|
|=Released in years|1979–1992|
|=Kind|Trilogy in five books
|=Genre|Science fiction
{{/confluence_details}}

Expected: We have one result in the table

Currently: The livedata is empty.

 
 

2 updates

 
cid:jira-generated-image-avatar-9b9dde73-a1ae-43c6-be1c-07d86428f951 Changes by Josué Tille on 20/Mar/26 14:59
 
Description: When using the {{livedata-inline-table}} macor with the {{confluence_detailssummary}} pro macro >=1.29.0 , the {{livedata-inline-table}} macro don't detect any more the content returned by the {{confluence_detailssummary}} macro.

Step to reproduce:
Create a page with this content
{code}
{{livedata-inline-table}}

{{confluence_detailssummary showLikesCount="true" showCommentsCount="true" showLastModified="true" headings="Title,Author,~"Released in years~"" showUnresolvedCommentsCount="true" id="work" showPageLabels="true" showCreator="true" cql="label = ~"examplelabel~" and space = currentSpace ( )"/}}

{{/livedata-inline-table}}
{code}

Create an other page to provide some content with
{code}
{{confluence_details id="work"}}
|=Title|The Hitchhiker's Guide to the Galaxy|
|=Author|Douglas Adams|
|=Released in years|1979–1992|
|=Kind|Trilogy in five books
|=Genre|Science fiction
{{/confluence_details}}
{code}

Expected: We have one result in the table

Currently: The livedata is empty.
Assignee: Josué Tille