Let me know which nuget package and namespace reference is needed..as I am unable to resolve
hi
Create a class and inherit the
AbpApplicationConfigurationAppService
then override the methods.[ExposeServices(typeof(IAbpApplicationConfigurationAppService), typeof(AbpApplicationConfigurationAppServiceApplicationService))] public class MyAbpApplicationConfigurationAppService : AbpApplicationConfigurationAppService
which namespace and nuget package Do I need to include? as I am unable to find the references?
During initial load the api /abp/application-configuration takes a lot of time. I am considering to introduce overall cache with key includes the _currentUser.Id
Just wondering which call needs to be overridden and if the above approach will work.
I can see some article referring to override this call (in the ink below) but my guess is this more for mvc application , hence require suggestion/support. https://github.com/abpframework/abp/blob/8371b74839be57c955d7b6199d1ee10422e4cd26/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationAppService.cs#L69
So just to summarize, does this mean, we need to define a custom ui and integrate the same with a custom service. This custom service will override the logic by inheriting IdentityUserAppService (as you mentioned above).
is that the case?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Create a Role : Owner Assign Permissions: For User Management
Assign a User (U1) to the role Owner.
Now when this user U1, adds/edits any other user U2, he/she is able to assign other roles like Admin to U2.
We dont want this behavior. An owner can assign any other non-admin roles but not admin role. How can we achieve this out of the box? Also we have made the roles non-default and non-public, still those are visible to users.
Lepton Theme Roadmap for abp commercial? Are you planning any upgrades for lepton theme. Any blogs/documentations you would recommend.
is there any documentations we can follow to completely replace Lepton with Metronic 8. Do you see any conflicts or issues with a standard abp commercial project built on angular / replacing the theme? Will there be any options in future to use metronic instead of lepton themes for abp commercial angular projects?
Thanks
I am trying to restore nuget for abp commercial in azure devops build task. Can we use the nuget-authenticate task which is recommended these days as opposed to the regular nuget task. https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops
In thie case do we have a specific format of the url for the nuget connection e.g current format of nuget source: https://nuget.abp.io/<myapikey>/v3/index.json can we change this to https://nuget.abp.io/v3/index.json and pass api-key separately
How can we hide the languageSwitch from the login Page? I am able to do it in Angular, but unable to figure out for the login page. I am using Identityserver.