There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-3fda0eb8-e039-4093-9d58-a83488e88832 XWIKI-14973 Open

LiveTable header filters display objects from hidden documents by default

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-44778b73-05be-4102-a06c-5a82115da54f Changes by Manuel Leduc on 19/Jun/25 09:48
 
Description: See the related discussion on IRC : https://botbot.me/freenode/xwiki/2018-01-24/?msg=96097441&page=1

The common use case for this bug is when a user creates an AWM and then tries to integrate pages of this AWM in the filter of a LiveTable. As the AWM creates a <MyAppName>Template document that contains an instance of the AWM class, this document will show up in the LT filter.


h2. Reproduction steps

# Create a {{test}} AWM app
# create an entry
# Edit http://localhost:8080/xwiki/bin/view/test/ and set the smallest LT definition (see snippet below)
# observe the LT


{code:none}
{{velocity}}
#set ($columnsProperties = {})
#set ($options = {'className': 'test.Code.testClass', 'translationPrefix': 'test.livetable.'})
#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'shortText1'])
#livetable('test' $columns $columnsProperties $options)
{{/velocity}}{code}

h2. Expected

Only the created entry is listed

h2. Actual

A hidden page is listed in addition to the created entry