Describe the bug
In Sell > Catalog > Monitoring > list of empty categories
status toggling button not working.
This is due to already migrated Categories page to which toggling action is referred with GET
method ( legacy behavior ), while in migrated page the accepted method is only POST
. Removing _legacy_link from route provokes just another error, because it can't find legacy AdminCategoriesController
(which is already deleted, after categories page migration).
Same behavior is reproducible with delete action.
To Reproduce
Steps to reproduce the behavior:
Screenshots
1.
2.
Additionnal information
PrestaShop version: 1.7.6.x
PHP version: N/A
Hi @zuk3975,
I have the same issue with branch 1.7.6.x.
It is a regression.
In the PS1.7.5.1 => OK.
Thanks!
There is also an issue if you try to delete a category from Monitoring page: