Base solution for your next web application

Activities of "ignasiclos"

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

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

Question

We need to display the entity change log in our platform,that is, who has changed what and when, I know that this information is stored, but what's the best way to retrieve it? Thanks

In the DatePickerLuxonModifierDirective directive, it is returning a Javascript Date, shouldn't it be returning a Luxon DateTime?

Otherwise It's getting a luxon date and returning a JS Date?

Hello, we've not update the aspnetzero version for a while ( v8.0) We need some of the features in latest versions, but we've receive today the message about the v10rc1.

Would it be possible to have an estimation of when V10 will be released, if it is soon we'll wait and go for it.

Thanks

Hello,

we'd like to use our domain "domain.com" as the public webpage for our product, "host.domain.com" for accessing the host features, and the rest of subdomains for the different tenants.

I've seen that the tenant resolver is inside ABP and I couldn't find a way to replace this resolver with a custom one that can handle the special "host" tenant name.

How can we achieve this? Thanks

Hello,

We've three languages defined in out multi-tenant setup.

Is it possible to disable one of the languages for a single given tenant?

There is no option in the menu :

Question

I need to change the text of a menu dynamically base on the result of a backend request.

Any idea? Thanks

Hello,

I have the need to get all the users that has a given permission (userappservice , need Pages_Administration_Users permission), from a method that doesn't need this permission ).

Is there anyway to override the permissions of a given method?

Thanks

Showing 1 to 10 of 15 entries