Coloranti Posted June 11, 2020 Share Posted June 11, 2020 (edited) Hi everyone, I am currently working on a PS website, based on v1.7.6.5, and I cannot find a way to display the "not installed" modules. In PS 1.7.6.5 on the drop-down list of "show all modules" I can only see the enabled and disabled modules but not the uninstalled ones. (I can easily do this in PS v1.6 on modules page by applying the specific filter "modules not installed".) Is this happening only on my PS 1.7.6.5 installation, or it's a common issue? How can I view the modules already on the server but not installed yet? Is there any specific code that I could add? Can anyone help, please? Thanks in advance! Edited June 11, 2020 by Coloranti (see edit history) Link to comment Share on other sites More sharing options...
idnovate.com Posted June 11, 2020 Share Posted June 11, 2020 Modules -> Module Catalog Link to comment Share on other sites More sharing options...
Coloranti Posted June 19, 2020 Author Share Posted June 19, 2020 (edited) On 6/11/2020 at 5:04 PM, idnovate.com said: Modules -> Module Catalog That's a good option, thanks a lot for the heads up. But I've prefered to change this file (for a cleaner look): file /src/PrestaShopBundle/Controller/Admin/Improve/ModuleController.php, line 115: --- From: $filters->setType(AddonListFilterType::MODULE | AddonListFilterType::SERVICE) ->removeStatus(AddonListFilterStatus::UNINSTALLED); --- To: $filters->setType(AddonListFilterType::MODULE | AddonListFilterType::SERVICE); Credit goes to @xsbr for this post: Edited June 19, 2020 by Coloranti (see edit history) 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