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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user