1
0
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:
lian
2023-03-01 16:51:36 +08:00
committed by GitHub
parent bee8dc6fb1
commit 146c79ba44
9 changed files with 257 additions and 27 deletions

View File

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