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

[system admin] libraries: added 'history setting'

This commit is contained in:
llj
2017-08-11 17:51:11 +08:00
parent 466ef48116
commit c6e8b64492
9 changed files with 82 additions and 44 deletions

View File

@@ -289,7 +289,8 @@ define([
popupHistorySetting: function() {
var options = {
'repo_name': this.model.get('name'),
'repo_id': this.model.get('id')
'repo_id': this.model.get('id'),
'url_name': 'repo_history_limit'
};
this.togglePopup(); // close the popup
new HistorySettingsDialog(options);