Hi. I am trying to view children in a list view in Umbraco 16 but after setting the collection I still see the children in the tree view. I can see a collection icon on the page in the tree, but it still lists its children below.
Is this a known bug in version 16?
This happen after a usync import from version 13 where it worked as expected. I created a couple of fresh doc types to see if it was related to my usync import, but I still can’t get it to work as expected.
But I see no nodes in the dashboard, only in the tree. And I can’t sort them by for example create date or similar. Only manual sort is possible. And with thousands of news it is not feasible to load more until the editor reaches the last created node.
In the dashboard we only see a pagination. No items. Clicking the pagination changes nothing in the tree view.
Yes multiple times. I can also add that the items come from a uSync import from Umbraco 13. Maybe something is missing after import? The content was also before that migrated from Umbraco 8 via uSync migrations.
Interesting. It sounds like a way forward. I will check if it is doable to change all the usync files before import, otherwise I might just upgrade the temporary Umbraco installation from 13 and then uSync the files to its final destination. Thanks!