Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "digitalcontrol"

I was not talking about languages, rather I was talking about language names. When you open a popup to create or edit language you have two combo boxes, in which you can choose language name, and display name. These two combo boxes are filled with data that we get with service from a backend. So, can we change this data or add a new one? Where this data is stored?

Try in CoreModule file to comment this line.

if (DebugHelper.IsDebug)
    {
        //Disabling email sending in debug mode
        Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient);
    }

I am not 100%, but it seems it's a problem with database data.

It was mistake on mine part. Thank you.

Dear Aaron, just to check did you see my message above, thank you.

Hi, sorry because late response, we were on New Year holiday. That was a good hint, we had a problem with updating and we solve it. Right now we are struggling with showing changes just for the particular entity, or more precisely , we want to filter by ID of the entity in order to show changes just for the particular record. Do you have any hint for this issue, should we use custom data as it described in the article below or there is a more simple way to achieve that? https://forum.aspnetboilerplate.com/viewtopic.php?f=2&t=4152&p=9553&hilit=customdata+abpauditlogs#p9553

Thank you in advance!

Great, thank you, it works :)

Showing 31 to 37 of 37 entries