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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user