Activities of "lalitChougule"

  • ABP Framework version: v3.0.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no / yes
  • Exception message and stack trace: N.A
  • Steps to reproduce the issue: N.A

REQUIREMENT

  1. Under a tenant I have few group of users like Anchor, Supplier, Buyer
  2. Each of them should have Admin user like AnchorAdmin, SupplierAdmin, BuyerAdmin
  3. Each of them should be able to create user only for their own group, say SupplierAdmin can create multiple users as Supplier but all the newly created user should not be able to create users, they will not have those rights, same applies for each group
  4. When an admin of a specific group log's in and go to administrator screen he should be able to see the users only within his group i.e AnchorAdmin should be able to see only AnchorUser not other group's user.
  5. GroupAdmin should have the controll over all the permission and role management stuff.
  6. All groups should have complete isolation in terms of not able to see other groups user, permissions , roles etc. etc.
  7. Hierarchy should be as below :
    1. Tenant
      1. Group i.e. (Anchor, Supplier, Buyer)
        1. Admin i.e. (AnchorAdmin, SupplierAdmin, BuyerAdmin)
          1. User_1 i.e. Normal user with only specific set of rights
          2. User_2

I refered to this link https://docs.abp.io/en/abp/3.1/Modules/Organization-Units But not sure how to use it in this specific requirement. Even if there is any other feature of abp which will help me to achieve this functionality can help. Please provide few detail points or examples or docs where I can get complete understanding related to my requirement.

Thanks!!!

Hi @lalitChougule,

Please see the component replacement document. If you have any questions after reading the doc, please ask in detail.

Hi @Mehmet ,

I just want to change the css of the buttons and few colors here and there, for that too I need to replace whole component ?

  • ABP Framework version: v3.0.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no / yes
  • Exception message and stack trace: N.A
  • Steps to reproduce the issue: N.A

Hi,

I want to change the UI Administration page and its content, we are using angular material in our project. How do I do it ?

Hi @liangshiwei

AbpClaimTypes Config and Mapping was missing from InvoiceModule. After comparing it with ProfileModule I found this issue.

Its working fine now. Finally closing this issue :)

Thanks !!!

@liangshiwei

Sorry to reopen this issue, In my InvoiceManagement module, I am getting all the permission true in my PermissionGrantRepository output, But still I am getting Authorization error.

I have already done all the check's which I could possibly do.

  1. My all db's are connected to same env i.e. dev
  2. MultiTenancy is enabled
  3. Redis is working fine

One thing I noticed though i.e.In InvoiceManagement module I have made a class MyPermissionStore : PermissionStore, Even if I have the breakpoint here my debugger never stop's here. And In log.txt I am not able to find any cache log where my pn:R,pk:Supplier,n:InvoiceManagement.xxx

For Role supplier, I can find data in Redis.Studio but not able to find in log's

@liangshiwei

Sorry to reopen this issue, In my InvoiceManagement module, I am getting all the permission true in my PermissionGrantRepository output, But still I am getting Authorization error.

I have already done all the check's which I could possibly do.

  1. My all db's are connected to same env i.e. dev
  2. MultiTenancy is enabled
  3. Redis is working fine

Hi,

I remember you don't want to user redis, however, we can make a meeting tomorrow

As I said before, We want to close this issue in the given timeline so we have to implement whatever solution available. Thanks for the meeting though. I will drop you a mail tomorrow.

Thanks again.

Hi @liangshiwei,

Redis is endabled now and I am able to see the data in Redis Studio as well. But still in log.txt I am getting below mentioned logs : [DBG] Not found in the cache: pn:C,pk:Litmus_App,n:ProfileManagement.Supplier

Still getting same error's on UI : An error has occurred! Authorization failed! Given policy has not granted.

@liangshiwei

Can you provide the links which you shared during the session here ?

Thanks

@liangshiwei,

We can connect, so I can give your brief understanding on my project and If needed I will provide you the steps how we build our project. Please let me know how can we connect.

Thanks

Showing 71 to 80 of 124 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54