There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-80298c99-1dd7-4abc-a93b-8db323ee6627 XWIKI-20609 Open

Allow attaching an xobject or an attachment to a translation page

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-a458bdd7-3b05-4b63-baf7-e94ec7de5102 Vincent Massol on 21/Apr/26 10:22
 
I think the problem is that there's a single attachment store per document. In other words, there's currently a single xwikiattachment table with one row per document id, and default documents and translated documents share the same document id (there's just the language column which is different between both). So we'd need to add a language column to the xwikiattachment table.