mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix: 禅道个人信息校验失败无提示
This commit is contained in:
parent
a4573bc76f
commit
bfab142172
@ -172,6 +172,8 @@ public class ZentaoPlatform extends AbstractIssuePlatform {
|
||||
|
||||
// 用例与第三方缺陷平台中的缺陷关联
|
||||
handleTestCaseIssues(issuesRequest);
|
||||
} else {
|
||||
MSException.throwException("请确认该Zentao账号是否开启超级modle调用接口权限");
|
||||
}
|
||||
return issues;
|
||||
}
|
||||
@ -235,7 +237,7 @@ public class ZentaoPlatform extends AbstractIssuePlatform {
|
||||
|
||||
@Override
|
||||
public void userAuth(UserDTO.PlatformInfo userInfo) {
|
||||
setUserConfig();
|
||||
setUserConfig(userInfo);
|
||||
zentaoClient.login();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user