There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e026a431-fa7f-4721-ba16-0516d2168c2a XWIKI-20609 Open

Allow attaching an xobject or an attachment to a translation page

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-12542788-ded1-4fbb-af88-f73b127e21c8 Vincent Massol on 20/Apr/26 21:00
 

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.

 
cid:jira-generated-image-avatar-12542788-ded1-4fbb-af88-f73b127e21c8 Vincent Massol on 20/Apr/26 21:02
 

Regarding xobjects, I think that's a duplicate of XWIKI-69