1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

[share] only enable 'private share' for encrypted lib

This commit is contained in:
llj
2015-05-13 17:35:14 +08:00
parent 25f5816735
commit f32227b3a8
4 changed files with 20 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ define([
'is_virtual': this.model.get('virtual'),
'user_perm': this.model.get('permission'),
'repo_id': this.model.get('id'),
'repo_encrypted': this.model.get('encrypted'),
'is_dir': true,
'dirent_path': '/',
'obj_name': this.model.get('name')