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

场景联动中发送邮件联系人的两个bug #583

Open
Teddy-Zhu opened this issue Nov 14, 2024 · 0 comments
Open

场景联动中发送邮件联系人的两个bug #583

Teddy-Zhu opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Teddy-Zhu
Copy link

  1. 在场景联动中 触发动作选择发送邮件时 选择平台用户选择多个后只记住了一个, 从保存时的报文可以看出来 , 实际触发发送时也只会发送一个用户的邮件
    eg:
    image

  2. 在场景联动中 触发动作选择发送邮件时 选择关系用户后传入的objectid 是 关系id ,并不是用户ID, 但是org.jetlinks.community.auth.relation.UserRelationObjectProvider 中 查询用户信息detailService.findUserDetail(id) 这里的id是用户ID所以会导致找不到用户邮箱,发送报错
    image

@zhou-hao zhou-hao added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants