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