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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user