Where is breadcrumbs component in flowui?

Hi team,

We use jmix version 2.2.
Currently, app have default “viewTitle” on header, but its not breadcrumbs
Do you have any suggestion to customize ?

Hello!

The breadcrumbs with the functionality that was in Jmix 1.x cannot be implemented.

In Jmix 1.x screens that was shown in breadcrumbs saved their state and when the user returns to the previous screen it shows the same state as it was before user goes to a next screen.

In Jmix 2.x when the user navigates to the previous view, the view is fully recreated. In this case, breadcrumbs is more like a page history or a site map that shows where you are.

If you want to update UI in MainView (e.g. page title) you could use ViewClosedEvent and ViewOpenedEvent but they do not provide information about from which view it is opened.