Hi,
that is very insightful. Thank you very much for the detailed explanation and for your time!
abp update -v 9.3.0Hello,
sorry for the delayed response. I have invited you to the repository. Default branch is where our solution is still on v8.2.2. I have updated up to v9.2.0 on abp-version-updates. Let me know if you need any further information. Thank you!
Hi maliming, I have to acquire permission internally, I'll get back to you on monday.
Hello EngincanV,
setting SameSite to something other than "None" resolved our issue. Thanks!
Hi, you can manually manage the current menu item by using
PageLayouthttps://abp.io/docs/latest/framework/ui/blazor/page-layout#menuitemname
@inject PageLayout PageLayout @code{ protected async override Task OnInitializedAsync() { PageLayout.MenuItemName = "MyApplication.MenuItemName"; } }
Hello enisn,
that's exactly what we were looking for, fast and simple, too! Thank you very much!
So if I'm understanding correctly we cannot achieve this in Lepton theme and would have to use LeptonX instead, yes?
I'm very sorry but I'm not sure I understand. Are you saying you don't have a solution to our problem in Lepton theme?
I have tested on a new project with LeptonX theme and can confirm this works.
As I have already stated in my question we are using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton (not LeptonX). In the test project I sent you, you can see it's not working. How can we replicate the same behaviour here?
Thank you.
I've updated the framework version as you suggested. However, I'm afraid that didn't resolve my issue like it seems to have done on your end.
I see you created a new project to test for yourself. Since it seems to work in the video you shared, could you please share your code so I can have a look and see if I can find out what you've done that I haven't?
Thank you for looking into this.