1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

Merge branch '7.0'

This commit is contained in:
lian
2019-12-04 10:02:06 +08:00
6 changed files with 184 additions and 112 deletions

View File

@@ -6,6 +6,8 @@ class ShareLink {
this.path = object.path;
this.obj_name = object.obj_name;
this.is_dir = object.is_dir;
this.can_edit = object.can_edit;
this.repo_folder_permission = object.repo_folder_permission;
this.permissions = object.permissions;
this.username = object.username;
this.is_expired = object.is_expired;