Description
There is a issue in the LiveTable being impacted by the new velocity setting which allows set to null.
The following code in macros.vm and LiveTableResultsMacros need to be changed from
#if($propClassName!="")
to
#if("$Unable to render embedded object: File (propClassName") not found.="")
or to
#if($propClassName)
The first solution would handle with and without the set to null setting
Could we have this commited for 2.2.3 ?
Attachments
Issue Links
- blocks
-
XWIKI-4973 Live table sort does not work for anything else than StringProperty fields
- Closed