sonata-project/SonataPageBundle

Breadcrumbs are not appearing into the pages

eerison opened this issue · 5 comments

In 4.x branch the homepage looks strange.

it's the page for 3.x branch
Screenshot 2022-07-26 at 16 46 10

it's the same page for 4.x branch

Screenshot 2022-07-26 at 16 58 28

I'm working on this ticket!

Hey @jordisala1991 do you know where this breadcrumb is rendered?

Screenshot 2022-08-04 at 09 18 32

I saw that it's handled when call this {{ sonata_block_render_event('breadcrumb', { 'context': 'page', 'current_uri': app.request.requestUri }) }}, but do you know exactly where?

I know it's in blockBundle! (I'm not sure any more if it's handled in block bundle 😄 )

KNPMenuBundle?

KNPMenuBundle?

Yeah I guess it's build by KNPMenuBundle, But I wan't to know where in the sonata code is checking those values to pass to menu build!

It was solved into #1564