This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-5f981167-6f82-4a78-b7bb-c45d6a7e2153 XWIKI-24244 Open

The edited content is not re-rendered after a macro call is updated

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-dc00289d-6305-40b1-8d00-b7ba9b056128 Marius Dumitru Florea created this issue on 16/Apr/26 12:22
 
Summary: The edited content is not re-rendered after a macro call is updated
Issue Type: cid:jira-generated-image-avatar-5f981167-6f82-4a78-b7bb-c45d6a7e2153 Bug
Affects Versions: 18.3.0-rc-1
Assignee: Unassigned
Components: BlockNote
Created: 16/Apr/26 12:22
Priority: cid:jira-generated-image-static-major-a68ebad2-6e96-41aa-b097-ecaa75f4e9a5 Major
Reporter: Marius Dumitru Florea
Description:

When a macro call is updated (through the macro wizard, see XWIKI-24048) the macro needs to be re-rendered, sever-side. Moreover, since the macro output can depend on other macro calls on the same page, we actually need to re-renderer the entire edited content. Apart from the security implications (i.e. make sure the macros are executed with the right of the current user editing the content, i.e. the user that updated the macro parameters), we need to see how this content reload interacts with realtime editing.