tgstation / Tgstation.Server.ControlPanel

Official client for tgstation-server
GNU General Public License v3.0
7 stars 11 forks source link

Unable to add groups to instances #78

Closed Crossedfall closed 3 years ago

Crossedfall commented 3 years ago

Whenever a group (with members) is added to an instance, it adds the first member of the group instead.

Reproduction steps:

  1. Create a group
  2. Add members to the group
  3. Attempt to add it to an active instance

Expected: The group will be added to the instance and you can set perms Actual: A user is added instead of the group

Crossedfall commented 3 years ago

Note: Adding a group without members first, setting the perms, and then adding a member to the group will remove the group from the instance and add the member instead.