-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feat(Admin): Dynamic routing proxies #5933
Conversation
28b50f2
to
f5e1b1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes a bug, no?
admin/app/components/solidus_admin/layout/navigation/item/component.rb
Outdated
Show resolved
Hide resolved
This commit allows the menu of the new admin to accomodate routes from other engines than solidus backend and solidus admin. This is needed for `solidus_promotions`, which is built as a separate Rails Engine, but it is also convenient for `solidus_paypal_commerce_platform` or even for integrating gems like AlchemyCMS lateron. Co-Authored-By: [email protected]
f5e1b1f
to
c1e4f12
Compare
Not directly, it allows fixes that are present in #5934 |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5933 +/- ##
==========================================
- Coverage 89.53% 87.81% -1.73%
==========================================
Files 782 476 -306
Lines 17982 11656 -6326
==========================================
- Hits 16101 10236 -5865
+ Misses 1881 1420 -461 ☔ View full report in Codecov by Sentry. |
This commit allows the menu of the new admin to accomodate routes from other engines than solidus backend and solidus admin. This is needed for
solidus_promotions
, which is built as a separate Rails Engine, but it is also convenient forsolidus_paypal_commerce_platform
or even for integrating gems like AlchemyCMS lateron.The following are not always needed: