You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): The XML in file "vendor/payone-gmbh/magento-2/view/adminhtml/ui_component/payone_protocol_transactionstatus_grid.xml" is invalid:
Element 'indexField': This element is not expected.
Line: 87
The xml was:
82: </childDefaults>
83: </settings>
84: <column name="id">
85: <settings>
86: <indexField>id</indexField>
87: <sorting>desc</sorting>
88: <label translate="true">ID</label>
89: </settings>
90: </column>
91: <column name="txid">
Verify the XML and try again.
Magento: 2.4.7-p3
Payone: 3.13.2
The text was updated successfully, but these errors were encountered:
FixesPAYONE-GmbH#578
Fix the XML error 'Element 'indexField': This element is not expected' in the admin panel route `payone/protocol_transactionstatus/index`.
* Remove the `<indexField>id</indexField>` element from the `<column name="id">` section in `view/adminhtml/ui_component/payone_protocol_transactionstatus_grid.xml`.
* Remove the `<indexField>id</indexField>` element from the `<column name="id">` section in `view/adminhtml/ui_component/payone_protocol_api_grid.xml`.
Admin Panel Route:
payone/protocol_transactionstatus/index
Error:
Magento: 2.4.7-p3
Payone: 3.13.2
The text was updated successfully, but these errors were encountered: