You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to map which operations are associated with a specific entity type. For example I have a security dialog that follows the general Microsoft conventions. (see the security dialog in windows explorer for editing folder/files settings) The dialog consists of two lists. The first is a list of groups/users who have access to whatever it is I’m trying to secure. In my domain it’s an entity that represents a folder within my database. There are buttons that allow me to add or remove groups or users from this list. The second list is a static set of permissions (in your domain these would be called operations) that are applicable for the type of entity being edited. I would like to see the ability assign a list of operations to a specific entity type. This would allow me during load up of my security dialog to retrieve this static list of operations specific to the entity (the folder) being edited and list them with checkboxes. I can then utilize the existing methods in your PermissionService for retrieving the currently selected user’s or group’s permissions and check the appropriate operations specific to them.
Perhaps I didn’t understand your model and this is already possible.
Thanks,
Joey
The text was updated successfully, but these errors were encountered:
I'd like to map which operations are associated with a specific entity type. For example I have a security dialog that follows the general Microsoft conventions. (see the security dialog in windows explorer for editing folder/files settings) The dialog consists of two lists. The first is a list of groups/users who have access to whatever it is I’m trying to secure. In my domain it’s an entity that represents a folder within my database. There are buttons that allow me to add or remove groups or users from this list. The second list is a static set of permissions (in your domain these would be called operations) that are applicable for the type of entity being edited. I would like to see the ability assign a list of operations to a specific entity type. This would allow me during load up of my security dialog to retrieve this static list of operations specific to the entity (the folder) being edited and list them with checkboxes. I can then utilize the existing methods in your PermissionService for retrieving the currently selected user’s or group’s permissions and check the appropriate operations specific to them.
Perhaps I didn’t understand your model and this is already possible.
Thanks,
Joey
The text was updated successfully, but these errors were encountered: