1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

convert repo path

This commit is contained in:
lian
2018-07-11 17:23:34 +08:00
parent a3f1654352
commit e976b6107f
3 changed files with 104 additions and 27 deletions

View File

@@ -448,7 +448,12 @@ define([
'p': dir.path,
'thumbnail_size': thumbnail_size
},
success: function() {
success: function(collection, response, opts) {
if (response.next_url) {
window.open(response.next_url, '_self')
}
_this.dir.user_can_set_folder_perm = false;
_this.is_address_book_group_admin = false;
if (_this.contextOptions &&