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