There is 1 comment.
 
 
Change Request Application / cid:jira-generated-image-avatar-20feffed-4ace-4808-a7fd-24a93943e44f CRAPP-347 Open

Cannot create change request with XWiki 15.5+

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-751f1be6-66e3-4003-8f62-ca08e220f82c Simon Urli on 12/Jul/24 17:11
 

When debugging the difference between 15.5 and 15.4 it appears that in the javascript of InplaceEditing, the call for filling the content_syntax field is actually performed after the AJAX call for saving in 15.5, which explains the bug: the request is performed with partial info. It also explains why the second call works: now the form contains all info.
In 15.4 the call is properly performed before the AJAX call. What puzzles me is that I don't see change in xwiki-platform that would explain that between 15.4 and 15.5.