mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
[group owned repo] enable dir private share for sub folders
This commit is contained in:
@@ -35,7 +35,7 @@ define([
|
||||
var enable_dir_private_share = false;
|
||||
if (!this.is_virtual &&
|
||||
(this.is_repo_owner || this.is_admin ||
|
||||
(this.is_address_book_group_admin && this.dirent_path == '/'))) {
|
||||
this.is_address_book_group_admin)) {
|
||||
enable_dir_private_share = true;
|
||||
}
|
||||
this.enable_dir_private_share = enable_dir_private_share;
|
||||
|
Reference in New Issue
Block a user