Skip to content

Commit

Permalink
Merge pull request #98 from owebia/patch-1
Browse files Browse the repository at this point in the history
Fix error 'The "formElement" configuration parameter is required for the "name" field.' (Magento 2.4.2)
  • Loading branch information
thomas-kl1 committed Jul 2, 2021
2 parents 340d759 + 9e126f4 commit d9fb29e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions view/adminhtml/ui_component/gdpr_action_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<item name="showFallbackReset" xsi:type="boolean">false</item>
</item>
</argument>
<field name="name" sortOrder="10">
<input name="name" sortOrder="10">
<settings>
<dataType>text</dataType>
<label translate="true">Name</label>
Expand All @@ -94,8 +94,8 @@
<rule name="required-entry" xsi:type="boolean">true</rule>
</validation>
</settings>
</field>
<field name="value" sortOrder="20">
</input>
<input name="value" sortOrder="20">
<settings>
<dataType>text</dataType>
<label translate="true">Value</label>
Expand All @@ -105,7 +105,7 @@
<rule name="required-entry" xsi:type="boolean">true</rule>
</validation>
</settings>
</field>
</input>
<actionDelete/>
</container>
</dynamicRows>
Expand Down

0 comments on commit d9fb29e

Please sign in to comment.