Optional Nil Actions and Permissions in Entity Definitions #880
Labels
area/schema
Issues related with modeling and schema.
feature request
New feature or request
go
Pull requests that update Go code
Objective
Introduce the capability for actions and permissions within entity definitions to be optionally set to
nil
. This feature aims to enhance flexibility in permission management across different entities in our system.Concept
nil
.Examples
In this example, if a user is assigned as the parent of a product, they should be able to perform these permissions.
Implementation
The implementation would require changes to the entity definition structure to accept
nil
as a valid value for actions/permissions.The text was updated successfully, but these errors were encountered: