1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fix bug when admin update org's name

This commit is contained in:
lian
2019-01-04 16:02:02 +08:00
parent d983b1dc38
commit 71e82b1833

View File

@@ -203,6 +203,7 @@ class AdminOrganization(APIView):
error_msg = 'Internal Server Error'
return api_error(status.HTTP_500_INTERNAL_SERVER_ERROR, error_msg)
org = ccnet_api.get_org_by_id(org_id)
org_info = get_org_info(org)
return Response(org_info)