Jump to content

Edit History

Coloranti

Coloranti

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:

 

 

Coloranti

Coloranti

On 6/11/2020 at 5:04 PM, idnovate.com said:

Modules -> Module Catalog

 

That's a good option, thanks.

But I've changed this file:

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:

 

 

×
×
  • Create New...