[Emergency] Uncaught BadMethodCallException: Object->__call(): the method 'Breadcrumbs' does not exist on 'App\ElementLists\Carousel'
GET /admin/archive/
Caroulsel is an element list.
It looks like the issue is in BlockArchiveExtension (versioned-admin module).
With this installed list of dependecies
I get this error in archive admin.
Caroulsel
is an element list.It looks like the issue is in BlockArchiveExtension (versioned-admin module).
With nested blocks,
getPage
can return values that aren't actually pages.Is the blame for this in ArchiveAdmin assuming that ->Page is a page, or is the blame with elemental for returning a non-page value for getPage()?