Description
Steps to reproduce :
- Add a DBTree property ('docTree') to class X
- Make sure 'Display type' is set to 'input'
- Make sure 'Multiple select', 'Use suggest' and 'Relational storage' are checked
- Add the following query :
select d.fullName, d.name, d.parent from XWikiDocument d where d.space = 'XWiki' order by d.title asc
- Add a sheet for class X and display the property :
$doc.display('docTree')
- Add an object of type X to document Y
- Edit document Y (in inline mode)
The result is empty, but there is the following JavaScript error :
this.tree is null
and it comes from the fact that there are non empty values on column 3 which don't appear on column 1 .
Attachments
Issue Links
- blocks
-
XWIKI-11382 DBTreeList properties don't display checkboxes in edit mode and layout is broken on flamingo
- Closed
- relates to
-
XWIKI-11398 DBTree properties are not displayed correctly in edit mode regarding its parameters
- Open
-
XWIKI-11176 Use jsTree to rewrite and improve the trees we currently have in XWiki
- Closed