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