Skip to content

Conversation

@chuxi
Copy link

@chuxi chuxi commented Jan 6, 2026

Summary

What — What changes are introduced in this PR?

This pull request makes a small change to how settings routes are merged in the route map. It updates the code to flatten and include all children from each route in settingsRoutes, rather than just the first one.

fix #13970


Note

Ensures all plugin settings pages appear in the dashboard.

  • Replaces ...(settingsRoutes?.[0]?.children || []) with ...(settingsRoutes.flatMap(r => r?.children || [])) in get-route.map.tsx to include children from every entry in settingsRoutes
  • Adds changeset for a patch release of @medusajs/dashboard

Written by Cursor Bugbot for commit 6786da5. This will update automatically on new commits. Configure here.

@chuxi chuxi requested a review from a team as a code owner January 6, 2026 12:36
@changeset-bot
Copy link

changeset-bot bot commented Jan 6, 2026

🦋 Changeset detected

Latest commit: 6786da5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 76 packages
Name Type
@medusajs/dashboard Patch
@medusajs/admin-bundler Patch
@medusajs/medusa Patch
@medusajs/test-utils Patch
@medusajs/medusa-oas-cli Patch
integration-tests-http Patch
@medusajs/analytics Patch
@medusajs/api-key Patch
@medusajs/auth Patch
@medusajs/caching Patch
@medusajs/cart Patch
@medusajs/currency Patch
@medusajs/customer Patch
@medusajs/file Patch
@medusajs/fulfillment Patch
@medusajs/index Patch
@medusajs/inventory Patch
@medusajs/link-modules Patch
@medusajs/locking Patch
@medusajs/notification Patch
@medusajs/order Patch
@medusajs/payment Patch
@medusajs/pricing Patch
@medusajs/product Patch
@medusajs/promotion Patch
@medusajs/rbac Patch
@medusajs/region Patch
@medusajs/sales-channel Patch
@medusajs/settings Patch
@medusajs/stock-location Patch
@medusajs/store Patch
@medusajs/tax Patch
@medusajs/translation Patch
@medusajs/user Patch
@medusajs/workflow-engine-inmemory Patch
@medusajs/workflow-engine-redis Patch
@medusajs/draft-order Patch
@medusajs/oas-github-ci Patch
@medusajs/cache-inmemory Patch
@medusajs/cache-redis Patch
@medusajs/event-bus-local Patch
@medusajs/event-bus-redis Patch
@medusajs/analytics-local Patch
@medusajs/analytics-posthog Patch
@medusajs/auth-emailpass Patch
@medusajs/auth-github Patch
@medusajs/auth-google Patch
@medusajs/caching-redis Patch
@medusajs/file-local Patch
@medusajs/file-s3 Patch
@medusajs/fulfillment-manual Patch
@medusajs/locking-postgres Patch
@medusajs/locking-redis Patch
@medusajs/notification-local Patch
@medusajs/notification-sendgrid Patch
@medusajs/payment-stripe Patch
@medusajs/core-flows Patch
@medusajs/framework Patch
@medusajs/js-sdk Patch
@medusajs/modules-sdk Patch
@medusajs/orchestration Patch
@medusajs/types Patch
@medusajs/utils Patch
@medusajs/workflows-sdk Patch
@medusajs/cli Patch
@medusajs/deps Patch
@medusajs/telemetry Patch
@medusajs/admin-sdk Patch
@medusajs/admin-shared Patch
@medusajs/admin-vite-plugin Patch
@medusajs/icons Patch
@medusajs/toolbox Patch
@medusajs/ui-preset Patch
create-medusa-app Patch
medusa-dev-cli Patch
@medusajs/ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jan 6, 2026

@chuxi is attempting to deploy a commit to the medusajs Team on Vercel.

A member of the Team first needs to authorize it.

@chuxi
Copy link
Author

chuxi commented Jan 6, 2026

tested on my local environment

@chuxi
Copy link
Author

chuxi commented Jan 9, 2026

@adrien2p can you help review this pr and merge the code? Thanks.

@adrien2p
Copy link
Member

adrien2p commented Jan 9, 2026

hey @chuxi thanks for the contribution, can I get you to add a changeset please

@chuxi
Copy link
Author

chuxi commented Jan 10, 2026

hey @chuxi thanks for the contribution, can I get you to add a changeset please

yes. just added.

@chuxi
Copy link
Author

chuxi commented Jan 13, 2026

@adrien2p hello, please help review this pr? thanks.

@adrien2p
Copy link
Member

@chuxi I already reviewed it, now I am just waiting for another approval (cc @olivermrbl )

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.

[Bug]: Plugin settings page 404 not found, when project settings page exists

2 participants