Base solution for your next web application
Open Closed

Set permission to a product level #805


User avatar
0
terry bentley created

I was wondering if you had a list of features that you will be adding in the next 6 month? By the way, the ones you have added over the last six months have been great. Excellent job! I would like to set user and role permission at a product level. Only specific roles and users would be able to view, update, delete, ... particular products. If this is something on your "to do list" I will hold off adding it. If not I will get started on it now. Thanks... Terry


1 Answer(s)
  • User Avatar
    0
    guillaumemorin created

    +1.

    I would like ABP Permissions to be applicable at an "Entity" level. Each different Entity level should have its own set of PermissionProvider, different from the System wide Provider (Maybe we can use the existing Parent/Child capability for that instead).

    In my case I need to grant Permissions for WorkCenters. So a Permission is granted for a RoleID and a WorkCenterID. There is also a need to grant Permissions for Queues. So a Permission is granted for a RoleID and a QueueID.

    In this example, I could have 3 'root' Permissions:

    • System
    • WorkCenter
    • Queue And they would contains child permission that would define the list of available permissions for each 'level'.