shopware / admin-extension-sdk

The Admin Extension SDK can be used by Shopware 6 apps and plugins. This library allows them to extend the administration with custom functionality.
https://developer.shopware.com/resources/admin-extension-sdk/
46 stars 13 forks source link

ui.tabs broken for order-detail #69

Closed horfic closed 1 year ago

horfic commented 1 year ago

Hi, i'm currently trying to use the admin extension sdk to add a tab to order-detail.

This worked under 6.4.16 but is not working any more under 6.4.20. No console error and no tab is visible.

I know that by default order-detail does not show any tabs, but it seams it was added automatically if i ad a tabitem.

did something change?

cheers, Horfic

horfic commented 1 year ago

i found the issue, the sw-order-detail tabs bar is only available if the swagpaypal plugin is activated, can this be available independently or the admin extension sdk changed that a bar is also created if it does not exist?

jleifeld commented 1 year ago

Solved with https://github.com/shopware/platform/commit/99020472ef2415f5f0128db73e3d4ef2800001f4 . There were an issue with the route registration