We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffe446 commit db2b755Copy full SHA for db2b755
src/Cms/AbstractTemplateController.php
@@ -184,7 +184,7 @@ protected function getBreadcrumbs(): array
184
while (null !== $record) {
185
//template not compatible
186
if (null === $skinsetModel->getTemplateConfigByKey($record->template)) {
187
- continue;
+ break;
188
}
189
//adding breadcrumb with modified order field
190
$breadcrumbs[] = $this->getBreadcrumbDataByRecord($record)
0 commit comments