Skip to content

custom-admin-grid

Auto Added by WPeMatico

Action columns not displaying Edit options

<actionsColumn name=”actions” class=”VendorGridUiComponentListingGridColumnAction”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”resizeEnabled” xsi:type=”boolean”>false</item> <item name=”resizeDefaultWidth” xsi:type=”string”>107</item> <item name=”indexField” xsi:type=”string”>id</item> </item> </argument> </actionsColumn>

Error: Call to a member function setActive() on bool in /var/www/html/project.local/vendor/magento/module-backend/Model/View/Result/Page.php:26

showing this error while clicking on a menu item created for a grid public function execute() { /** @var MagentoBackendModelViewResultPage $resultPage */ $resultPage = $this->_resultPageFactory->create(); $resultPage->setActiveMenu(‘Vendor_Grid::menu_id’); $resultPage->getConfig()->getTitle()->prepend(__(‘Certificate Grid List’)); return $resultPage; }

Magento 2.4.5 product link at admin order gird view

I want to show the product link on order admin onclick go to storefont product link or onclick to product thumbnail it open store product ordered image by new tab exabople link html http://example.com/simple-product-name.html#139=12&138=4 http://example.com/media/catalog/product/a/simple-product-image-link.jpg thank for your help,