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.
I will refactor PermissionManagmentModal
to make it replaceable(virtual
).
You can now copy the source code of the Volo.Abp.PermissionManagement.Blazor
project into your project.
What's your Visual Studio version?
Can you try to upgrade it to the latest? https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes
hi
Please share your MyPermissionManagmentModal.razor
and MyPermissionManagementModal.razor.cs
liming.ma@volosoft.com
hi
Did you enable the WebSocketfeature?
eg: https://www.microfocus.com/documentation/extend-acucobol/1011/GUID-81B323FA-6AE6-438A-A1F5-016D7F45A097.html
hi
You must make sure the Abp/ServiceProxyScript
is loaded before you call the proxy js.
Maybe you can try it on another computer/environment.
hi
Only one of EF Core or MongoDB can be used in a monolithic application, you can use EF Core or MongoDB in different microservices.
hi
https://blog.abp.io/abp/ABP.IO-Platform-v5-1-Has-Been-Released