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

Merge branch 'setLibHistory'

Conflicts:
	seahub/urls.py
This commit is contained in:
zhengxie
2017-08-23 15:37:29 +08:00
12 changed files with 209 additions and 44 deletions

View File

@@ -291,7 +291,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);