dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group's users aren't updated in the list

dshoreman opened this issue · comments

If you add a user to a group, that new user is reflected in the Groups list on the left.

If however you remove a user from that group, the removed user is still visible in the list even though when you click to edit the group again, the editor shows the correct users.

The screenshot below shows the state after removing the "vagrant" user from "adm", saving and re-opening the editor. There seems to be a clash between the props and data in the system-group-item component, so it could just be a case of replacing data with computed (or removing the aliases).

image

@dshoreman I'll give it a shot and see if I can figure it out