1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[group repo list, dir view] modification after 'enable users to share personal libraries to departments'

This commit is contained in:
llj
2018-08-10 16:45:20 +08:00
parent c9053902a8
commit d7510c0773
11 changed files with 51 additions and 38 deletions

View File

@@ -22,6 +22,7 @@ define([
this.user_perm = data.user_perm;
this.no_quota = data.no_quota;
this.encrypted = data.encrypted;
this.repo_owner = data.repo_owner;
this.is_repo_owner = data.is_repo_owner;
this.is_virtual = data.is_virtual;
this.has_been_shared_out = data.has_been_shared_out;