mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Complete sub repo creation
This commit is contained in:
@@ -125,7 +125,7 @@ define([
|
||||
'name': data["name"],
|
||||
'origin_repo_id': ori_repo_id,
|
||||
'origin_path': path,
|
||||
'abbrev_origin_path': '', // TODO
|
||||
'abbrev_origin_path': data["abbrev_origin_path"],
|
||||
'mtime': new Date().getTime() / 1000,
|
||||
'mtime_relative': gettext("Just now")
|
||||
}, {prepend: true});
|
||||
|
Reference in New Issue
Block a user