@liangshiwei
Perfect! I think that does the trick.
I am really trying my best to download that, but getting an error when trying to create a solution. Can you tell me whenever I can download that besides creating a new project through Abp Suite? I am using Commercial version.
Hi @Alper
It is still hapenning. I can't create a new project. I've double check and I am using version 4.3.0 rc.1 for ABP Suite as well. I am checking the parameter "Preview version". If I don't check that, the application is created correctly.
@liangshiwei
I haven't found those classes. Instead, I do have AbpSettingManagementBlazorModule on DependsOn.
namespace TVD_Holdings_Ltd.AvalancheOCP.Blazor
{
[DependsOn(
typeof(AbpAutofacWebAssemblyModule),
typeof(AvalancheOCPHttpApiClientModule),
typeof(AbpAspNetCoreComponentsWebAssemblyLeptonThemeModule),
typeof(AbpIdentityProBlazorModule),
typeof(SaasHostBlazorModule),
typeof(AbpSettingManagementBlazorModule),
typeof(LeptonThemeManagementBlazorModule),
typeof(AbpAccountAdminBlazorModule),
typeof(AbpAuditLoggingBlazorModule),
typeof(TextTemplateManagementBlazorModule),
typeof(LanguageManagementBlazorModule),
typeof(AbpIdentityServerBlazorModule)
)]
public class AvalancheOCPBlazorModule : AbpModule
What I would be missing?
Is this new settings form for SMTP available in Blazor template? I've updated for the latest version but I can't find them.
Hi mladen,
Please, don't prioritize that! I have a workaround and I end up adding one more component to the layout anyway to show a modal message. I'll close this thread, I appreciate your help and explanation.
Thank you for you answer liangshiwei.
I've overriden the code as per documentation. I just affraid getting issues when updating the framework. It would be awesome having a callback function to onInitialize where we can create instances and hook up that to the main application.