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

filter out address book group when: (#2092)

1. share library/folder
2. set folder permission
This commit is contained in:
lian
2018-05-07 19:24:58 -07:00
committed by xiez
parent 862192514c
commit 1fd1f43177
8 changed files with 19 additions and 8 deletions

View File

@@ -714,7 +714,7 @@ define([
}
});
} else {
groups = app.pageOptions.groups || [];
groups = app.pageOptions.joined_groups_exclude_address_book || [];
prepareGroupsSelector();
$table.removeClass('hide');
}