Musa Demir

Results 13 comments of Musa Demir

Hi @remeWdm I could not reproduce the problem. Can you please share a project that contains that problem?

I did reproduce the problem. We are trying to fix it, but we need more time to investigate. You can temporarily activate interceptors back to solve the issue. ```csharp services.AddAbp({},...

Hi @orionjensen Did you solve it ? Do you get an error on production?

> Do you get an error on production? I just checked that, It continues to produce errors in production too. I will try to find a solution

I checked that with create-react-app. It is also not working on ie11. It also gives `Syntax error`. Additionally I checked it with core.js too, but it also gives `Syntax error`....

Hi @Brandejs We're working on the problem. You can temporarily fix the problem as follows: ```csharp using (AbpSession.Use(tenantId, userId)) { using (CurrentUnitOfWork.SetTenantId(tenantId)) { var id = await _entityWithGuidIdRepository.InsertAndGetIdAsync(new EntityWithGuidId {Name...

Hi @bxjg1987 DynamicEntityProperty is a table that we store which entity have which property. Then when we need to add a value for that property of entity we store it...

Thank you for your contribution @marcelo-maciel Can you please check my review. If they are forgetten codes, we may remove them.

Hi @nikschuiling 1. SettingInfo is where settings are stored. When you change setting it will be stored here and an event will be published. See [SettingManager](https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Configuration/SettingManager.cs) [ISettingStore](https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Configuration/ISettingStore.cs). I does handle...

Hi @dbrizov The pr is completed now(I just did small renaming). Is there anything else I should do?