Skip to content

Magento 2.4.7 grid using ui_component set column sortOrder

I am creating a new grid in Magento 2.4.7 using ui_component and it won’t respect columns sortOrder values. This is column example: <column name=”created_at” sortOrder=”999″ class=”MagentoUiComponentListingColumnsColumn”> <settings> <filter>text</filter> <label translate=”true”>Created At</label> <sortable>true</sortable> </settings> </column> Recent Magento 2.4.* versions do not… Read More »Magento 2.4.7 grid using ui_component set column sortOrder

Magento 2.4.2 : Multi select options for customer custom Attribute is not update

Update in admin panel is not update the values <?php namespace GemPaymentMethodRestrictionSetupPatchData; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupPatchDataPatchInterface; use MagentoFrameworkSetupPatchPatchRevertableInterface; use MagentoCustomerSetupCustomerSetupFactory; use MagentoCustomerModelCustomer; class InstallData implements DataPatchInterface, PatchRevertableInterface { private $eavSetupFactory; private $customerSetupFactory; private $moduleDataSetup; public function __construct( EavSetupFactory… Read More »Magento 2.4.2 : Multi select options for customer custom Attribute is not update

Magento 2 – After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page

We upgraded Magento from version 2.4.5 to 2.4.7-p3. After that, we checked the admin category page and encountered the following errors: POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/arrays.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/compare.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/misc.js net::ERR_INSUFFICIENT_RESOURCES GET… Read More »Magento 2 – After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page