1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

[user panel] group owned library: enable group admin to set folder perm

This commit is contained in:
llj
2018-05-15 11:26:33 +08:00
parent 8a95cc5060
commit b0df96a948
10 changed files with 189 additions and 40 deletions

View File

@@ -222,8 +222,10 @@ define([
var group_name = Common.groupId2Name(group_id);
if (group_name) {
this.switchCurrentView(this.dirView);
this.dirView.showDir('group/' + group_id, repo_id, path,
{'group_name': group_name});
this.dirView.showDir('group/' + group_id, repo_id, path, {
'group_id': group_id,
'group_name': group_name
});
this.sideNavView.setCurTab('group', {
'cur_group_tab': '',
'cur_group_id': group_id