This issue has been created
There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2bfa42de-98e8-47f8-ab5a-1f4ad8a76164 XWIKI-23604 Open

LiveData edition displayer not displayed when xclass contains ':'

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-a41ab49a-9116-4f6f-980f-6a1b1dc00610 Simon Urli created this issue on 16/Oct/25 10:23
 
Summary: LiveData edition displayer not displayed when xclass contains :
Issue Type: cid:jira-generated-image-avatar-2bfa42de-98e8-47f8-ab5a-1f4ad8a76164 Bug
Affects Versions: 16.10.6
Assignee: Unassigned
Components: Live Data
Created: 16/Oct/25 10:23
Priority: cid:jira-generated-image-static-major-b62fc1b3-46fc-4605-9614-89f3eadae05e Major
Reporter: Simon Urli
Description:

Reproduction steps:

  • Create an xclass named My\:Space.MyClass with a String field test
  • Create a few entries using that class
  • Insert a LD with following code:
    {{liveData id="LiveData-Table" properties="test, doc.title, _actions" showPageSizeDropdown="true" source="liveTable" sourceParameters="className=My\:Space.MyClass"}}{{/liveData}}
    
  • Try to edit the test value of one of the entry directly from the LD

Expected result:

  • an input text is displayed in the LD allowing to edit the value and it's properly saved when the focus is lost

Obtained result:

  • no input text is displayed at all when trying to edit the test field, however it's still possible to edit the title of the entry and saving it works
 
 

2 updates

 
cid:jira-generated-image-avatar-a41ab49a-9116-4f6f-980f-6a1b1dc00610 Changes by Simon Urli on 16/Oct/25 10:24
 
Summary: LiveData edition displayer not displayed when xclass contains ' : '
Assignee: Simon Urli