be_tnt Posted May 16, 2013 Share Posted May 16, 2013 (edited) Hello, For the module I am developping, I have added a new tab in administration menu. When I do uninstall the module, the tab is removed. Then if I install it again, it's re-created. But if I use "reset", it only uninstall it. It likes the installation part of the reset believes that the tab still exist. To check if the tab already exist, I do use: Tab::getIdFromClassName('AdminSellers') This method uses executeS which use the cache by default so I would guess the issue is linked to cache. Did anyone already have this kind of issue? Edited May 16, 2013 by be_tnt (see edit history) Link to comment Share on other sites More sharing options...
be_tnt Posted May 16, 2013 Author Share Posted May 16, 2013 OK it's a bug on this version on prestashop: https://github.com/PrestaShop/PrestaShop/commit/dc294d24cb2d76f05573c033503471feee28e49b The cache for tabs was not cleaned on delete. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now