fop_console icon indicating copy to clipboard operation
fop_console copied to clipboard

Add a command to put a module in quarantine

Open jf-viguier opened this issue 4 years ago • 2 comments

Could be : fop:module:quarantine modulename : move module in _quanrantine subdirectory fop:module:dequarantine modulename : revert fop:module:quarantine : list modules in quarantine

jf-viguier avatar Dec 14 '19 14:12 jf-viguier

dequarantine should be unquarantine, thanks @zalexki

jf-viguier avatar Dec 16 '19 08:12 jf-viguier

I just encountered an issue with this method with my modules:

If you define an admin tab linked with a Symfony route and you put the module in quarantine, PrestaShop is unable to generate the route when building the admin menu and throws this error: image

You can try with ps_linklist, this is the one put in quarantine on the screenshot.

So before moving the module to the quarantine, it must be disabled too.

tom-combet avatar Sep 21 '22 10:09 tom-combet