Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
399 stars 189 forks source link

[MenuBundle] Fix menu entities #3386

Closed dannyvw closed 3 months ago

dannyvw commented 3 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets comma separated list of tickets fixed by the PR

Caused by https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3376

An exception has been thrown during the rendering of a template ("Kunstmaan\MenuBundle\Controller\MenuAdminListController::Kunstmaan\MenuBundle\Controller\{closure}(): Argument #1 ($item) must be of type Kunstmaan\AdminBundle\Entity\EntityInterface, Kunstmaan\MenuBundle\Entity\Menu given, called in vendor/kunstmaan/bundles-cms/src/Kunstmaan/AdminListBundle/AdminList/ItemAction/SimpleItemAction.php on line 53").

dannyvw commented 3 months ago

@acrobat Fix for 7.1 release ;)

acrobat commented 3 months ago

Thanks @dannyvw!