Details
-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
14.4.2, 13.10.7, 14.5
-
Unknown
-
Description
I'm using this (which is the first example from https://extensions.xwiki.org/xwiki/bin/view/Extension/Live%20Data%20Macro/ )
{{liveData
id="recentPages"
properties="doc.title,doc.location,doc.author,doc.date"
source="liveTable"
sourceParameters="translationPrefix=platform.index."
filters="doc.location=help"
sort="doc.date:desc"
limit="5"
/}}
Removing the filters parameter makes the live data state bookmarkable. There is an exception that might explain the problem, thrown when live data tries to save the state:
Error: Invalid choice: is not one of equals,less,greater,between,before,after,contains,startsWith,empty encode oneOf.ts:9 encode object.ts:11 wrapNative prototype.js:1270 encode object.ts:9 u vue.runtime.esm-browser.prod.js:5
in LivedataPersistentConfiguration.vue:278:17
Attachments
Issue Links
- is caused by
-
XWIKI-19718 LiveData is badly parsing the filter values
-
- Closed
-