I create API user with role:
permission to entity: Granted.
assignmentPermission: not set.
When I try POST new entity (assignedUserId: null) I got 403 Assignment permission failure
If I set assignmentPermission to 'all' all OK.
Why? I don't try assign this entity.
May be check assignedUserId is not null is missing here https://github.com/espocrm/espocrm/b...ecord.php#L703
permission to entity: Granted.
assignmentPermission: not set.
When I try POST new entity (assignedUserId: null) I got 403 Assignment permission failure
If I set assignmentPermission to 'all' all OK.
Why? I don't try assign this entity.
May be check assignedUserId is not null is missing here https://github.com/espocrm/espocrm/b...ecord.php#L703
Comment