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

[group] dir view: bugfix for side nav

This commit is contained in:
llj
2015-12-09 15:08:15 +08:00
parent b67f4f7fc9
commit 4c3e5ab067

View File

@@ -172,7 +172,10 @@ define([
} }
this.switchCurrentView(this.groupView); this.switchCurrentView(this.groupView);
this.groupView.showDir(group_id, repo_id, path); this.groupView.showDir(group_id, repo_id, path);
this.sideNavView.setCurTab('group', {'cur_group_id': group_id}); this.sideNavView.setCurTab('group', {
'cur_group_tab': '',
'cur_group_id': group_id
});
}, },
showOrgRepos: function() { showOrgRepos: function() {