1
0
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:
llj
2019-08-15 20:59:10 +08:00
committed by Daniel Pan
parent 68d3a57e7d
commit 338d90ef0b
3 changed files with 174 additions and 131 deletions

View File

@@ -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;