|
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 |
|