There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-021e5abf-4298-4ddd-9ea5-39db43f54669 XWIKI-23190 Open

LiveData inline editing fails when entry reference contains ':'

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-37049963-d9ef-4c80-8903-86eeaab8e434 Changes by Simon Urli on 16/Oct/25 10:18
 
Summary: LiveData inline editing fails when classname or page name includes special symbols entry reference contains ':'
Description: h3. Prerequisites:
*
Have another wiki (might be optional)
* Have
Create a custom class in your XWiki instance (name
* Create entries and rename on
of the class has them to include some symobls : empty space, colon or dot in the reference (e.g. {{My\:Entry}} )
* Have several entries/objects to that class

h3. Steps to reproduce:
-
Use Insert a Sandbox space
- From source mode insert
livedata

{code:java}
{{liveData id="LiveData-Table" properties="doc.title, _actions" showPageSizeDropdown="true" source="liveTable" sourceParameters="className=
New:Entry.MyTestClass MyCustomClass "}}{{/liveData}}
{code}
- Save changes
-
Triger Trigger editing action on entry of table
- Try to save it

h3. Actual result

LiveData will return an error: “The row save action failed” without saved changes.
h3. Expected result

No errors and changes are saved.


Note that originally this issue was mixing up what's described above and what's described in XWIKI-23604