This issue has been created
There is 1 update.
 
 
Inline Table LiveData / cid:jira-generated-image-avatar-f5aae84d-7051-4d8e-b4f9-783fe740b80e XLIT-15 Open

Inline Table LiveData macro shouldn't support inline mode

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cdc074f9-4d22-4b70-9150-6bb211b32378 Dorian Ouakli created this issue on 28/Apr/25 12:15
 
Summary: Inline Table LiveData macro shouldn't support inline mode
Issue Type: cid:jira-generated-image-avatar-f5aae84d-7051-4d8e-b4f9-783fe740b80e Bug
Affects Versions: 0.0.9
Assignee: Unassigned
Created: 28/Apr/25 12:15
Priority: cid:jira-generated-image-static-major-03798a0a-4f4b-427d-ba9a-37df9f304090 Major
Reporter: Dorian Ouakli
Description:

Steps to reproduce:

Create a page with the following content:

Test{{livedata-inline-table}}|=a|=b
|c|d{{/livedata-inline-table}}
 

View the page, then click the "Edit" button.

Then click save & view without having changed anything.

Expected result:
The source content is the same.

Actual result:

The source content has been modified and is now:

Test{{livedata-inline-table}}|=a|=b
|c|d{{/livedata-inline-table}}(((
{{liveData}}
{"meta":{"propertyDescriptors":[{"filterable":true,"name":"a","id":"0","sortable":true},{"filterable":true,"name":"b","id":"1","sortable":true}],"defaultDisplayer":"html"},"query":{"source":{"entries":"H4sIAAAAAAAA_4uuVjJQslKySckss0u20QdRSjpKhjChFLhQSWpFiR5IaTKMA1KUolQbCwDfnBW_QwAAAA==","id":"inlineTableLiveData"},"properties":[0,1],"limit":10,"offset":0}}
{{/liveData}}
))) 
 
 

1 update

 
cid:jira-generated-image-avatar-cdc074f9-4d22-4b70-9150-6bb211b32378 Changes by Dorian Ouakli on 28/Apr/25 12:15
 
Assignee: Dorian Ouakli