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
Describe the bug
I've tried to add new tab under seller-detail page and I used the registerPageTab function with following locationId. seller-detail
but it doesn't show any tabs under seller-detail page.
So i checked the source code, especially packages/admin-ui/src/lib/settings/src/settings.routes.ts.
and I found that some data is wrong in this file.
As you can see in screenshot, data.locationId ( seller-list ) is same for seller-detail and seller-list components.
then, i used that locationId to register new tab and now, the tab is shown under seller-detail page.
but i could also see the tab in seller-list page.
I can see such errors in stock-location, channel.
I'm sure this is minor issue and it will be fixed soon.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've tried to add new tab under seller-detail page and I used the
registerPageTab
function with following locationId.seller-detail
but it doesn't show any tabs under seller-detail page.
So i checked the source code, especially packages/admin-ui/src/lib/settings/src/settings.routes.ts.
and I found that some data is wrong in this file.
As you can see in screenshot, data.locationId ( seller-list ) is same for seller-detail and seller-list components.
then, i used that locationId to register new tab and now, the tab is shown under seller-detail page.
but i could also see the tab in seller-list page.
I can see such errors in stock-location, channel.
I'm sure this is minor issue and it will be fixed soon.
The text was updated successfully, but these errors were encountered: