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

[my libs] repo 'folder perm': fix

This commit is contained in:
llj
2017-10-13 16:08:43 +08:00
parent c7672990a1
commit b772a62b1a

View File

@@ -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();