Closed magicHatOfTYPO3 closed 2 years ago
we are using the B13\Menus\DataProcessing\ListMenu DataProcessor and populate it with data an editor may change:
10 = B13\Menus\DataProcessing\ListMenu 10 { if.isTrue.field = some_pages pages.field = some_pages as = someMenu titleField = nav_title // title }
If the editor adds some pages to the field some_pages and then afterwards deletes one of them, the MenuProcessor results in an error in the frontend.
some_pages
I will try to provide a patch for this issue later.
Pull request fixing this issue: https://github.com/b13/menus/pull/75
we are using the B13\Menus\DataProcessing\ListMenu DataProcessor and populate it with data an editor may change:
If the editor adds some pages to the field
some_pages
and then afterwards deletes one of them, the MenuProcessor results in an error in the frontend.I will try to provide a patch for this issue later.