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

#2241 - Bug-fix in invited-by tooltip #2295

Merged

Conversation

SebinSong
Copy link
Collaborator

closes #2241

@SebinSong SebinSong self-assigned this Aug 11, 2024
Comment on lines -28 to +38
const invitedBy = (this.groupMembersPending[this.username] || {}).invitedBy
const invitedBy = this.getDisplayName(this.data?.invitedBy)

return this.contractID === this.ourIdentityContractId
return this.ourIdentityContractId === this.data?.invitedBy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing logic here is apparently based on the legacy logic, causing the bug. So needs to be updated accordingly.

@SebinSong
Copy link
Collaborator Author

This PR is ready besides the group-chat heisen-bug

Copy link

cypress bot commented Aug 12, 2024



Test summary

112 0 10 0


Run details

Project group-income
Status Passed
Commit e8f7207 ℹ️
Started Aug 12, 2024 4:27 AM
Ended Aug 12, 2024 4:38 AM
Duration 10:48 💡
OS Linux Ubuntu - 20.04
Browser Electron 89

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@taoeffect taoeffect merged commit 79b5631 into master Aug 14, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2241-show-username-in-invite-link-tooltip branch August 14, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show which user is responsible for giving invite link to proposal-accepted members
2 participants