There are 6 updates, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-424e0887-f87b-46e0-9bb5-43457ae50c64 XWIKI-22489 Closed

Uploading images through Quick Actions in-place editor fails if the page is edited by multiple users simultaneously

 
View issue   ยท   Add comment
 

6 updates

 
cid:jira-generated-image-avatar-f54400ae-93f8-4d87-8179-baf986ef82ed Changes by Marius Dumitru Florea on 16/Jul/25 11:04
 
Fix Version: 16.10.10
Fix Version: 17.4.3
Fix Version: 17.6.0-rc-1
Assignee: Marius Dumitru Florea
Resolution: Solved By
Status: Open Closed
 
 

2 comments

 
cid:jira-generated-image-avatar-f54400ae-93f8-4d87-8179-baf986ef82ed Marius Dumitru Florea on 16/Jul/25 11:01
 

The described behavior is somehow expected given that:

When the second user forces the edit lock it gains the lock, which makes the upload fail for the first user because the document is now locked by the second user.

 
cid:jira-generated-image-avatar-f54400ae-93f8-4d87-8179-baf986ef82ed Marius Dumitru Florea on 16/Jul/25 11:04
 

Solved by XWIKI-22163: the quick image upload behaves like an image paste / drop now, so it uses the dedicated CKEditor upload service, which doesn't check if the document is locked.