1
0
mirror of https://github.com/bitwarden/web synced 2026-01-03 00:53:34 +00:00

manage collection users for entity-users

This commit is contained in:
Kyle Spearrin
2018-10-17 22:20:42 -04:00
parent 30587d625a
commit be80d62c01
5 changed files with 61 additions and 45 deletions

View File

@@ -135,6 +135,10 @@ export class CollectionsComponent implements OnInit {
childComponent.entityId = collection.id;
childComponent.entityName = collection.name;
childComponent.onEditedUsers.subscribe(() => {
this.load();
this.modal.close();
});
this.modal.onClosed.subscribe(() => {
this.modal = null;
});