The CRUD::$menu gets destroyed based on model actions only.
It does not consider items added to menu by other parts of code (like addFilterColumn or addQuickSearch)
Empty menu is already being destroyed within its own getHtml method so these lines are not necessary
ui/src/CRUD.php
Line 141 in 66cb8a8
The
CRUD::$menugets destroyed based on model actions only.It does not consider items added to menu by other parts of code (like
addFilterColumnoraddQuickSearch)Empty menu is already being destroyed within its own
getHtmlmethod so these lines are not necessaryui/src/Menu.php
Line 195 in 66cb8a8