1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 11:21:29 +00:00

[share admin] libraries: added support for mobile (#3981)

* and 'bugfix & improvement'
This commit is contained in:
llj
2019-08-14 15:10:58 +08:00
committed by Daniel Pan
parent 8dc7c950a3
commit 8839207207
7 changed files with 197 additions and 64 deletions

View File

@@ -13,8 +13,8 @@ class SharedRepoInfo {
this.is_admin = object.is_admin;
this.user_name = object.user_name;
this.user_email = object.user_email;
this.contact_email = this.contact_email;
} else if(this.share_type === 'group') {
this.contact_email = object.contact_email;
} else if (this.share_type === 'group') {
this.is_admin = object.is_admin;
this.group_id = object.group_id;
this.group_name = object.group_name;