Activities of "arbasu@microsoft.com"

Volo.Abp.AspNetCore.Mvc

I don't see the nuget package .... what am I doing wrong?

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?

  • ABP Framework version: v4.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no (Angular -identity server separate)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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:

  • ABP Framework version: v4.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes (identity server separated) Angular
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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.

<br>

<br>

  • ABP Framework version: 4.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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?

Answer

Thanks

Question
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes (Identity server separated)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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.

Showing 1 to 10 of 10 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11