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: