mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-02 05:14:37 +00:00
Add argument 'including_org' to get_top_groups().
This commit is contained in:
@@ -307,8 +307,8 @@ class CcnetThreadedRpcClient(RpcClientBase):
|
||||
def get_ancestor_groups(self, group_id):
|
||||
pass
|
||||
|
||||
@searpc_func("objlist", [])
|
||||
def get_top_groups(self):
|
||||
@searpc_func("objlist", ["int"])
|
||||
def get_top_groups(self, including_org):
|
||||
pass
|
||||
|
||||
@searpc_func("objlist", ["int"])
|
||||
|
Reference in New Issue
Block a user