Activities of "yorytang"

Yes, I mean ASP.MET zero has no Notification function? Especially Blazor UI Framework

thanks

hi

https://docs.abp.io/en/abp/latest/UI/Angular/Page-Toolbar-Extensions

How to using Checkbox component?

try to abp 4.3?

I have update the version to 4.3, the error still exist.

But if I change the code below it work. But it is auto generate code , shouldn't modify by manual.

ng.schematics

This package is latest version

hi yorytang

Can you share a demo project? liming.ma@volosoft.com You can create via cli.

Sorry i can't provide the demo project, but you can do it like this: 1.Create table entity in domain layer , it must be impliment FullAuditedAggregateRoot class. 2.Run 'abp generate-proxy' cmd in angular folder.

thanks

I can't reproduce the problem.

Could it be caused by this?

hi

Check your xxxDomainModule. It will use NullEmailSender in DEBUG mode.

#if DEBUG 
    context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>()); 
#endif 

I have delete the code,but sending email error, is it caused by email setting error?

I am a little confused about the mailing function. I think only 2 configurations are needed and no code is required. What else do I need to do?

  1. Config email setting
  2. Delete NullEmailSender code.
顯示 26 個紀錄的 1 到 10 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11