Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
13.10
-
None
-
Unknown
-
Description
AFAIK Live Data are automatically made editable if the returned data (when using LiveTable source) contained an `has_edit` field. In such case it's possible to disable the in-place editing behaviour, but it's only doable by column, such as in:
{
"id": "filechange_author",
"displayer": "html",
"editable": false
},
{
"id": "doc.location",
"editable": false
},
{
"id": "filechange_type",
"editable": false
},
{
"id": "filechange_version",
"editable": false
},
{
"id": "filechange_documentVersion",
"editable": false
}
It would be really handy to be able to express that an entire Live Data is readonly.
Attachments
Issue Links
- is related to
-
XWIKI-18274 The Advanced Filtering panel shows operators that are not supported by the live data source
-
- Open
-
-
XWIKI-19036 Empty operator in live data cannot be removed for list properties
-
- Open
-