OliveStudio / olivemenus

A powerful menus plugin for Craft CMS built for the need of simplicity and flexibility
MIT License
40 stars 22 forks source link

Plugin breaks when content is deleted #30

Closed RoseDMH closed 5 years ago

RoseDMH commented 5 years ago

In templates/_menu-items.twig there seem to be no checks in place to exclude deleted single sections from the content which is made available in the menu editor console. This means that the plugin breaks completely as soon as you delete any singles, because empty entries are being found that then throw an error if you try to access the ID and so on.

alinistrate commented 5 years ago

Hello @RoseDMH Thanks for finding this issue. We solved it.

Thanks, Alin