extdn / extension-dashboard-m2

A Magento 2 dashboard to display installed extensions. Read the blog post on some of the thinking behind it:
https://store.fooman.co.nz/blog/mlau-2019-devexchange-extension-and-security-recap.html
38 stars 6 forks source link

Does not work with Magento 2.4 #5

Closed dev-jq closed 2 years ago

dev-jq commented 2 years ago

Installed via Composer on Magento 2.4.3-p1. After running and compiling: an Exception error is shown instead of the module list on Extension Dashboard page.

jissereitsma commented 2 years ago

Thanks for reporting this. Apparently, Magento 2.4.X added specific behaviour to UiComponent grids in the backend, that assumed a data provider to always be attached to a database. In this case, the dashboard receives data from elsewhere, instead of the database. Commit https://github.com/extdn/extension-dashboard-m2/commit/22afc1cb82f58426dd6a2c65e211c800ef18c190 should fix this. Could you upgrade to see if this works for you too?

dev-jq commented 2 years ago

Now works fine! Thanks :)

dashboard-modules