Thanks 👍
hi
Can you create a new template copy your code then share it with me? liming.ma@volosoft.com
Yes, and no other customers have reported this.
Since this is related to your VS, I can't provide a solution. You can try to execute blazor using dotnet run
alone.
hi
We will release 5.1.2 soon, Please try again after released.
hi
And added a new module (abp add-module CustomModule --new --add-to-solution-file) Then when I added a simple AppService and related Controller, When I run the project I get this error:
Can you share the project with me? liming.ma@volosoft.com
[error] Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID
Fixed in 5.1.2
https://github.com/abpframework/abp/pull/11306
hi
Can you try to switch the current tenant?
using (CurrentTenant.Change(tenantId))
{
//IDistributedCache<IdentityServer4.Models.Client> Cache
}
See https://support.abp.io/QA/Questions/2437#answer-85a37300-7b63-d34a-7cb7-3a017ef03f1d
hi
The first issue I am having is I want to remove the drop-down for localization on the login screen
Line 92
lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Account\Default.cshtml
lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Components\Toolbar\LanguageSwitch\
I also want to change the tenant text box to a drop-down as our app is for the internal use of our company
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy/Pages/Abp/MultiTenancy https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy/Pages/Abp/MultiTenancy/TenantSwitchModal.cshtml
The second issue I am having is the CustomLoginModel.cs I created that inherits from LoginModel.cs doesn't seem to be working correctly. in the Login.cshtml the model isn't populated because when I hit an if statement in login.cshtml the bools are not set such as EnableLocalLogin so the login form doesn't show up anymore since I set this up.
Please share your LoginModel
class code.