mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
[my libs] repo 'folder perm': fix
This commit is contained in:
@@ -16,7 +16,7 @@ define([
|
||||
$.extend(options.item_data, {'show_folder_path': false})
|
||||
}
|
||||
|
||||
this.data = {};
|
||||
this.data = {show_admin: false}; // `show_admin: false`: because the tmpl is also used by 'views/folder-share-item.js'
|
||||
$.extend(this.data, options.item_data);
|
||||
|
||||
this.render();
|
||||
|
Reference in New Issue
Block a user