PAYONE-GmbH / shopware-6

PAYONE Payment Plugin for Shopware 6
MIT License
14 stars 19 forks source link

Admin: Notification Forward Detail Page broken #304

Closed hgnb99 closed 2 months ago

hgnb99 commented 2 months ago

Problem Description

The following routes in Admin backend show only blank page:

/admin#/payone/notification/target/create
/admin#/payone/notification/target/detail/xxxxxxxxxxx

Browser dev console shows the following error messages:

Bildschirmfoto vom 2024-06-07 17-55-35

payone_notification_detail_error.log

System Info

Shopware 6.5.8.8 PayonePayment 6.0.0

Possible Solution

I could fix the error by changing the following file and re-building the administration

src/Resources/app/administration/src/module/payone-notification-target/page/payone-notification-target-detail/payone-notification-target-detail.html.twig
40c40
<                         <sw-card :position-identifier="payone-notification-target-detail-content"
---
>                         <sw-card position-identifier="payone-notification-target-detail-content"
janteuber commented 2 months ago

Hello @hgnb99 , Thank you very much. I will forward it to our dev-Team.

rommelfreddy commented 2 months ago

Thank you @hgnb99 for your issue reporting. You are absolutely right. The colon before position-identifier is a typo.

We will fix this within the next release. PR: https://github.com/PAYONE-GmbH/shopware-6/pull/315