Skip to content

category-tree

Auto Added by WPeMatico

Magento 2.4.8 – How to fix Uncaught ReferenceError: Ext is not defined in ext-tree-checkbox.js after restoring ExtJS support

After upgrading a Magento 2.x project to Magento 2.4.8, I encountered an issue where legacy admin functionality that depends on ExtJS (specifically ext-tree-checkbox.js) is no longer working. The following error is thrown in the browser console: Error ext-tree-checkbox.js:5 Uncaught ReferenceError:… Read More »Magento 2.4.8 – How to fix Uncaught ReferenceError: Ext is not defined in ext-tree-checkbox.js after restoring ExtJS support

Magento2 Tree design pattern

Is there anyone that has got an implementation of Magento2 Tree Design Pattern? it’s described in docs but i can’t find any reference to code or working example. https://developer.adobe.com/commerce/admin-developer/pattern-library/displaying-data/tree/