mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
clean orphan share/upload links (#5383)
* clean orphan share/upload links * update style * [share admin - links] fixup & improvements for 'deleted' tip & 'clean orphan links' --------- Co-authored-by: llj <lingjun.li1@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ class ShareLink {
|
||||
this.repo_name = object.repo_name;
|
||||
this.path = object.path;
|
||||
this.obj_name = object.obj_name;
|
||||
this.obj_id = object.obj_id;
|
||||
this.is_dir = object.is_dir;
|
||||
this.can_edit = object.can_edit;
|
||||
this.repo_folder_permission = object.repo_folder_permission;
|
||||
|
Reference in New Issue
Block a user