Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix XML error in admin panel route #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Morgy93
Copy link

@Morgy93 Morgy93 commented Dec 19, 2024

Fixes #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.

Fixes PAYONE-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`.
@janteuber
Copy link
Contributor

Hello @Morgy93 ,

Thank you so much for creating the pull request on GitHub. Our developer will review it shortly, and I will get back to you with feedback afterward.

Best regards,
Jan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element 'indexField': This element is not expected.
2 participants