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 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
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
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
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