Fixed  Admin Menu don't get deleted afer upgrade

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
I've coded a add-on which creates custom admin menu entries. (I've added them in version 1.1)

Now i have version 1.1.0.2 where i have removed them from my acp.
In the add-on xml the admin_navigation is empty
Code:
  <admin_navigation/>
  <admin_permissions/>
BUT when i upgrade the add-on on my testsystem, the menu entries are still here.
They look strange, because the phrases are gone, but the links are still here.
(the first 2 links)
adminnavigation.webp
 
Fixed - this would only happen if you removed all of the admin navigation, as far as I can tell.
 
Top Bottom