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