Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

查看用户详情提示服务端异常 #1475

Closed
lihao6666 opened this issue Dec 8, 2022 · 4 comments
Closed

查看用户详情提示服务端异常 #1475

lihao6666 opened this issue Dec 8, 2022 · 4 comments
Assignees
Labels
kind/bug BUG Feedback

Comments

@lihao6666
Copy link

描述

在平台管理用户管理界面,点击用户名字查看详细信息,报服务端异常,v.5.10.0版本问题存在,5.10.1仍然存在

详情

报错如下
image
后端console日志如下:
image

版本

v5.10.1-release-af00ee8d7-2022-12-01-14-allinone

@lihao6666 lihao6666 added the kind/bug BUG Feedback label Dec 8, 2022
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: View user details prompt server exception

@zzzhangqi
Copy link
Collaborator

zzzhangqi commented Dec 8, 2022

临时解决:

vim console/services/team_services.py

401行改成:
app_count = group_repo.get_tenant_region_groups_count(tenant.tenant_id, info.get("region", ""))

保存退出即可生效

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Temporary solution:

vim console/services/team_services.py

Change line 401 to:
app_count = group_repo.get_tenant_region_groups_count(tenant.tenant_id, info.get("region", ""))

@ZhangSetSail
Copy link
Collaborator

在新版本修复goodrain/rainbond-console#1235

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug BUG Feedback
Projects
None yet
Development

No branches or pull requests

5 participants