-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enabling feature breaks Admin Menu #16405
Comments
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
With 52dca20 I can't see this, some repro steps are missing I assume. Starting with the Blog recipe, it works: BTW you have to show what the Simulator menu does :). |
@Piedone I am afraid that is confidential demo for the 2024 conference :) By the way, I get the same issue when also running a recipe. |
What exactly are you doing? I have no repro with 80ef1c7: 2024-07-07_21h28_53.mp4This starts after an SQLite Blog setup. |
I also cannot reproduce this... |
I am looking more into this. This seems to only happens when REDIS cache is enabled. Try starting your web project with the following and configure REDIS instance.
run a recipe. |
This may not be related but I am seeing this in the logs
|
I see, then maybe this is again an STJ issue. I won't be able to try it anytime soon, but I guess this being related to Redis was the missing piece. |
I figured out the issue with I'll submit a PR to fix that issue. It could also fix this issue as well. |
PR #16414 Fixes the I updated the Repo step in case someone wants to give it a shot. |
@sebastienros this is a SJT problem. I think it is being deserialized incorrectly. Take the below JSON for example, we deserialize it to Each entry in the
is deserialized into
which is registered usinf OrchardCore/src/OrchardCore/OrchardCore.AdminMenu.Abstractions/AdminMenuExtensions.cs Line 42 in d51f74a
|
PR #16415 seems to have fixed this issue! |
Combo breaker :). |
Describe the bug
Enabled any feature seems to break the Admin Menu. I think this is SJT related issue
Orchard Core version
Add the version of the Orchard Core NuGet packages you use, or the commit hash if you can reproduce this with the source code.
To Reproduce
Steps to reproduce the behavior:
Blog - Lucene Search
recipeExpected behavior
A clear and concise description of what you expected to happen.
Logs and screenshots
OrchardCore/src/OrchardCore.Modules/OrchardCore.AdminMenu/Services/AdminMenuNavigationProvidersCoordinator.cs
Line 71 in 52dca20
The text was updated successfully, but these errors were encountered: