there's no automatic way to switch a project's UI Framework to another.
ABP Suite settings are stored in the following file
%UserProfile%\.abp\suite\appsettings.json
You can find the UI Framework settings in the following fields:
UiFrameworkName , update it from Mvc to AngularUiFramework update it from 2 to 3I didn't test if this works because it's hacky way :)
we got your feature request and created an internal issue. we cannot guarantee it'll be implemented or not or promise a specific date for the implementation.
@enis this is where we get the NullReferenceException.
Menu can be null in MainHeader.cs
private async Task OnNavBarMouseOverAsync()
{
if (Menu.NavBarStatus == MenuStatus.OpenOnHover)
{
if (await UtilsService.HasClassOnTagAsync("body", "lp-closed"))
{
await UtilsService.AddClassToTagAsync("body", "lp-extended");
}
}
}
thanks for the feedback. let us know the result after observing it.
ok we keep it open. thanks
or a quick fix can be the following DB update:
UPDATE AbpSecurityLogs SET BrowserInfo='?' where BrowserInfo is null
smells like a bug. because of the network latency, something looks like not awaited and being disposed of. I created an internal issue (10186) we'll check this @enisn will inform you about the progress.
You can post your feature request under this topic. If other members like the feature, they can upvote☝️ the post. Upvotes will be considered when choosing from feature requests.
Rules of posting to this thread: