1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[share] bugfix for newly created library

This commit is contained in:
llj
2015-05-27 17:58:21 +08:00
parent f16a44c1aa
commit 0fb3d1037c

View File

@@ -90,7 +90,7 @@ define([
var options = {
'is_repo_owner': true,
'is_virtual': this.model.get('virtual'),
'user_perm': this.model.get('permission'),
'user_perm': 'rw',
'repo_id': this.model.get('id'),
'repo_encrypted': this.model.get('encrypted'),
'is_dir': true,