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

enable library template when create group/pub repo

This commit is contained in:
lian
2016-09-18 11:58:14 +08:00
parent 94e91265cc
commit 2e098b628e
3 changed files with 20 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ define([
templateData: function() {
return {
showSharePerm: true,
enable_encrypted_library: app.pageOptions.enable_encrypted_library
enable_encrypted_library: app.pageOptions.enable_encrypted_library,
library_templates: app.pageOptions.library_templates
};
},