Base solution for your next web application

Activities of "ignasiclos"

Is not working, still the same problem. I made it work with a cast (<any>abp).custom. but I'd like to fix it

It works in the console, but I got an error when compiling :

Hello,

I've created a new section in the configuration, so I've added a new CustomConfigProvider to the core module :

Configuration.CustomConfigProviders.Add(new MenuConfigProvider());

I've checked that is correctly added to the configuration.

The think is that I don't know how to consume it in the angular application.

Thanks

Thanks!

Hi,

I've just realize that the problem is a chrome extension.

Thanks a lot.

Hello,

I've realize that in exists the Google Analytics cookies :

I've to remove them as per customer request, but I can't find where they are inserted.

Any clue? thanks

Question

Hello,

I have the need of executing some business code from 2 different AppServices. I assume that the way to it is to put the logic in a service that both appservices can consume. Both app services are receiving a DTO object, that I have to process and store in the DB.

My doubt is. If I want to reuse as much code as possible, I'd need to process the DTO in the service layer, but the Core project doesn't have a reference to it.

Would be a good practice to add a reference to Application.Shared to Core project? If not, would be any other approach?

Thanks

Great, thanks!

Getting operation logs but no change log, Perhaps I should activate it somewhere?

Sorry, I missed it, GetEntityTypeChangeInput, testing now.

Showing 1 to 10 of 37 entries