1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +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.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() {