statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
31 stars 1 forks source link

Show parents when adding entries to navigation #790

Closed stuartcusackie closed 2 years ago

stuartcusackie commented 2 years ago

My project has a lot of pages and some pages have the same titles and slugs, but are nested under different parents, e.g.: /gyms/gym1 /timetables/gym1

When adding an entry to a navigation I can only see the page title and page slug, making it impossible to differentiate between these two unique pages: image

If I could see the parent pages, or the full url, then it would solve the problem.

Setting the parent field as listable on the blueprint has no effect in this case.

Thanks!

stuartcusackie commented 2 years ago

I take this back. All I have to do is make sure 'Show by default' was selected on the parent field for every blueprint used by this collection. Having 'Shown by default' on just one of the blueprints isn't enough.