Description
If a user has only one group visible to them, an attempt to add a server to the group will inadvertently add the server to the root group. And hence be invisible to a user if they are not root user.
<br>
Tested version
5.1.9.115770
<br>
Platform
All
<br>
Steps to reproduce
- Add a sub group to root group (testGroup)
- Add a user to that group (testUser)
- Log out of ESM, and sign in as testUser
- Attempt to add a server to your group (testGroup)
<br>
Expected result
Server should be added and displayed on server list page
<br>
Actual result
Server is added but will not be displayed on testUser’s server list page.
This server will be displayed on the root group’s server list page.
<br>
Workaround
Only Add a server through ESM UI if you have multiple groups visible to you.
You can also add a server through the ESM API no matter how many groups you have visible to you.
<br>