Closed Hlavtox closed 3 months ago
Ping @lukaspijak
We preparing the new version (6.0.0) for the new prestashop, but we can release the version with your update.
If the new version is not using this file anymore, I think we can just wait for the new version I guess? :-)
On some stores, any module controller I open are infinitely spinning, because of calls to /admin/ajax-tab.php file. This file was removed in PrestaShop 8.0.
https://github.com/PrestaShop/PrestaShop/blob/1.7.8.11/admin-dev/ajax-tab.php https://github.com/PrestaShop/PrestaShop/blob/8.0.0-beta.1/admin-dev/ajax-tab.php
The fix is to simply call index.php directly, as the file was doing before.