Usergroup: Owner of host is reset to person/account instead of being left at usergroup

Problem:
We use Usergroups to allow a group of users to edit a host.
When one of these users is editing/modifying this host Foreman resets the owner from (previously) Usergroup to the user who is doing the edit.

Expected outcome:
The owner of a host should be untouched and being set to the previously set usergroup.

Foreman and Proxy versions:
1.24.2

This looks like Bug #26066: Foreman changes owner from group to user on edit - Foreman - if that is the case, the workaround it to allow the user view permission for their usergroup.

1 Like

Absolutely right…
“usergroup view” permission was missing on this usergroup.

thanks!