thormeier/breadcrumb-bundle

modelClass is not used at generateBreadcrumbCollectionFromRequest of Provider

Closed this issue · 4 comments

Fix, please:

private function generateBreadcrumbCollectionFromRequest()
    {
        /*.......*/
                $collection->addBreadcrumb(new Breadcrumb(
                    $rawCrumb['label'], $rawCrumb['route']
                ));
        /*.........*/
    }

@dmytrofeshchenko Fixed with 74ca649, could you please verify that it works now as expected?

@dmytrofeshchenko You're very welcome, thank you for the report! Tagged at 2.1.3. If everythings fine, I'll close this issue.