skip to Main Content

In Magento2 (2.2.5) uicomponent form in frontend, SAVE button not appearing with form

I added uiform in frontend. Form is loading but save button is not appearing. Code details: 1. employee_form.xml code: <argument name="data" xsi:type="array"> <item name="js_config" xsi:type="array"> <item name="provider" xsi:type="string">employee_form.employee_form_data_source</item> </item> <item name="label" xsi:type="string" translate="true">Assign Product Form</item> <item name="template" xsi:type="string">templates/form/collapsible</item> <item name="spinner"…

VIEW QUESTION

Exception in Magento2 during MassDelete action

I have exception when I selected some records in grid and trying to delete them. Here is that exception: 1 exception(s): Exception #0 (InvalidArgumentException): AmiddioNewsModelNews does not extend MagentoFrameworkDataObject Magento version is 2.1.8 appcodeAmiddioNewsviewadminhtmlui_componentnews_grid_listing.xml <argument name="data" xsi:type="array"> <item name="config" xsi:type="array">…

VIEW QUESTION
Back To Top
Search