1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00
This commit is contained in:
Daniel Pan
2016-04-05 17:51:44 +08:00
parent eadb9d374e
commit 131b9e4f55
2 changed files with 6 additions and 30 deletions

View File

@@ -294,8 +294,8 @@ define([
manageMembers: function() {
new ManageMembersView({
'group_id': this.group.id,
'group_name': this.group.name,
'group_id': this.groupView.group.id,
'group_name': this.groupView.group.name,
'is_owner': this.is_owner
});
},