Prestashop: Catalog > Monitoring > Empty categories list status toggling action not working

Created on 23 Apr 2019  路  3Comments  路  Source: PrestaShop/PrestaShop

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:

  1. Go to Sell > Catalog > Monitoring > 'List of empty categories'
  2. Click on toggle category status action (marked as green check or red X icon. Screenshot 1)
  3. You can see the error. (screenshot 2)

Screenshots
1.
Screenshot from 2019-04-23 19-22-13
2.
Screenshot from 2019-04-23 19-23-47

Additionnal information
PrestaShop version: 1.7.6.x
PHP version: N/A

1.7.6.x BO Bug Fixed Minor Monitoring Regression

All 3 comments

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:

capture d'茅cran_1457

Was this page helpful?
0 / 5 - 0 ratings