Skip to content

Append “Add New” button in Grid Listing, on a Form

A custom module has Foo and Bar Models. In the Foo element’s Form, there exists a grid listing of Bar items which belong to that Foo. This is an excerpt from the view/adminhtml/ui_component/bf_foo_form.xml file: <insertListing name=”bf_foo_form_bar_grid”> <settings> <externalProvider>bf_foo_form_bar_grid.bf_foo_grid_data_source</externalProvider> <loading>false</loading> <autoRender>true</autoRender>… Read More »Append “Add New” button in Grid Listing, on a Form

M2.3 : Trying to access array offset on value of type bool running on PHP 7.4

While opening the admin page, getting below exception running on Magento 2.3.5-p2. 1 exception(s): Exception #0 (Exception): Notice: Trying to access array offset on value of type bool in /var/www/html/mage235/vendor/magento/module-logging/Model/Processor.php on line 221 Exception #0 (Exception): Notice: Trying to access… Read More »M2.3 : Trying to access array offset on value of type bool running on PHP 7.4