fix(Permissions\Manager): do not import empty permissions
Calling "setPermissions" without a permissions array, results in an error. Thus, we return early, if the permission for the group are empty.
Related: #1389 (closed)
Co-authored-by: Henning Leutz leutz@pcsg.de