Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
Same issue in other filters.
Seems caused by the toTree() in transformIndexItem used by NestedModule Controller. The filtered items not having parent get removed by toTree
Description
Missing draft in nested modules, the number of draft is correct but the table does not show all the drafts
Steps to reproduce
Create unpublished children using nested module, with parent is published
Expected result
All drafts should be shown
Actual result
Only one draft is shown Work normally when parent is unpublished
Versions