1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-16 14:59:56 +00:00

Add parameter 'in_structure' to control whether checking ancestor groups or not in check_group_staff()

This commit is contained in:
cuihaikuo
2018-06-11 14:45:01 +08:00
parent 277dfc098e
commit 047c2e0d37
5 changed files with 23 additions and 13 deletions

View File

@@ -240,7 +240,7 @@ GList *
ccnet_rpc_get_members_with_prefix(int group_id, const char *prefix, GError **error);
int
ccnet_rpc_check_group_staff (int group_id, const char *user_name,
ccnet_rpc_check_group_staff (int group_id, const char *user_name, int in_structure,
GError **error);
int