hi
https://support.abp.io/QA/Questions/485/Background-Worker-needs-the-authorization
hi
There is no way to do this. You can only manually change its value after getting the object.
VS2019 prompted out unable to edit and continue
This does not seem to be an abp problem. Maybe VS2019 should give a clear reason.
Sorry, I remember wrong. We are trying to fix that.
hi
Can you share this app with me? liming.ma@volosoft.com
hi
Can you share a simple project? liming.ma@volosoft.com
This is a limitation of Blazor, and there is nothing we can do at the moment.
hi
Please try to add a custom js to your API website https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#configuring-an-existing-bundle
abp.appPath = "/SubFolder/"
Configure<AbpBundlingOptions>(options =>
{
options
.ScriptBundles
.Get(LeptonThemeBundles.Scripts.Global)
.AddFiles("/Pages/common.js");
});
You can replace js
and PermissionManagementModal
before upgrading