Activities of "ElifKaya"

thanks

hi

ConfigureServices will be executed once when the application starts.

yes but, is there a way to override it later like in a AbpBlobStoringOptions?

hi

What do you mean AbpDynamicOptions?

Can you explain it in details?

I can change my custom aws options but, I can not change AbpTwilioOptions.

Then, I can use like this,

But, I need to change AbpTwilioSmsOptions in ConfigureServices according to parameters from UI.

Hi,

I used AbpDynamicOptions, and I want to change settings value from UI. I can change my custom option class, but how can I change AbpTwilioSmsOptions. Can you give an example?

Thanks

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

ABP Framework version: v5.3.3

UI type: MVC

DB provider: EF Core

Tiered (MVC): yes

Exception message and stack trace:

Steps to reproduce the issue:"

hi

_yourModal.onOpen(function () { 
    _yourModal.getForm().abpAjaxForm({ 
        error: function (jqXhr) { 
            var error = jqXhr.responseJSON.error; 
 
            return false; 
        } 
    }); 
}) 

thank you :)

hi

What's content of your modal.js?

I used modal submit form, then I throw Business Exception with object parameter from backend. Then I need to get this error data object(data-requestId). I can see this data in console log, but I can not reach detail of error data in modal.js file.

Hi,

ABP show a BusinessException detail in console. But I can not get a data object from modal.js. I used abp modal and I throw BusinessException, then I need to requestId in my modal.js file. I want to get error data which I marked in the picture on javascript file. Your previous answer was not sufficient for my question. Can you help about this? Thanks

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

ABP Framework version: v5.3.3

UI type: Blazor

DB provider: EF Core

Tiered (MVC) or Identity Server Separated (Angular): yes / no

Exception message and stack trace:

Steps to reproduce the issue:"

Can you give an example please

Hi,

ABP show a error detail in console and your code is in abp.js file. But I can not get a log detail from another js file. I used abp modal and I throw BusinessException, then I need to requestId in my modal.js file. Can you help about this? Thanks

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

ABP Framework version: v5.3.3

UI type: Blazor

DB provider: EF Core

Tiered (MVC) or Identity Server Separated (Angular): yes / no

Exception message and stack trace:

Steps to reproduce the issue:"

hi

You can use SmtpEmailSender like:

context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, SmtpEmailSender>());

But why we need to replace again, because I used NullEmailSender only if DEBUG tag.

Showing 11 to 20 of 67 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54