There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-dc66887f-fb24-42c0-bbed-70ff5bea7b69 XWIKI-17627 Reopened

Livedata Add entry from layout

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-bff281a3-5194-4431-8a19-4c43bce3fb4e Changes by Pierre Jeanjean on 24/Aug/26 11:58
 
Documentation: https://extensions.xwiki.org/xwiki/bin/view/Extension/Live%20Data%20Macro/
Description: Add the ability to create new entries directly from the livedata.

Parts of this feature have already been merged. Here are some improvements before this issue can be closed:
- possibility to open all the fields of a row in edition while edit mode
This is active
- make sure that we always have consistent displayers before edition
an experimental feature , after edition, and after save (should no longer be a problem if all fields are open in edition before save)
- fix process consistency between existing row edition and new row creation (the first one is not transactional atm)
- avoid random refreshes causing rows to move around during edition
- support other naming strategies (e.g., "title" using user input data
see related issues for the title field)
- support templates for pre-inputting default values
- offer an optional "maximized" view of the livedata while in edit mode
- review UX (edit mode toggle could be more easily accessible)
specific improvements.