1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +00:00

[fileupload] added option for 'add folder'

This commit is contained in:
llj
2014-12-02 18:54:41 +08:00
parent d2d7c72e99
commit 07a400e6a1
5 changed files with 11 additions and 1 deletions

View File

@@ -290,6 +290,7 @@ def list_dir(request, repo_id):
'more_start': more_start,
'ENABLE_SUB_LIBRARY': settings.ENABLE_SUB_LIBRARY,
"sub_lib_enabled": sub_lib_enabled,
"enable_upload_folder": settings.ENABLE_UPLOAD_FOLDER,
'current_commit': head_commit,
'info_commit': info_commit,
}