mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
[share admin] folders: added support for mobile; bugfix & improvement (#3991)
* and bugfix for 'libraries'
This commit is contained in:
@@ -11,7 +11,6 @@ class SharedFolderInfo {
|
||||
this.group_id = object.group_id;
|
||||
this.group_name = object.group_name;
|
||||
} else {
|
||||
this.share_type = 'user'; // change personal to user;
|
||||
this.user_name = object.user_name;
|
||||
this.user_email = object.user_email;
|
||||
this.contact_email = object.contact_email;
|
||||
|
Reference in New Issue
Block a user