Display children document listing
Hi, I was trying to display the list of my document children following this HowTo :https://doc.nuxeo.com/nxdoc/how-to-display-children-documents-listing/ The obtained result does not correspond to my expectations : The filter doesn't work and the page provider return all the existing document.
After checking I found that the document.uid fields was empty (this field was a query params )
I already found an other solution to display my document list but I want to undertstand why the first solution doesn't work
Could you please help me
Thanks
Hello,
I suggest you to follow the instructions of the cookbook: https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/designer-tips-tricks#update-the-children-document-listing-in-the-view-tab-of-folderish-documents.
Regards