silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
512 stars 331 forks source link

BUG Don't double up the breadcrumb on list views #2976

Closed maxime-rainville closed 1 month ago

maxime-rainville commented 1 month ago

Description

This PR refactors how the CMS breadcrumb is generated.

It fix a bug causing crumbs to be duplicated on the list view.

It also ensures the "Pages" top crumb is always shown on the list view.

It adds missing unit tests.

Manual testing steps

Issues

Pull request checklist

GuySartorelli commented 1 month ago

Please also change the commit prefix to FIX as per the commit message guidelines linked in the PR description.