-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fixing regression from Invite message refractor #18601
Fixing regression from Invite message refractor #18601
Conversation
…ld if changed from the other platform
@mananjadhav @arosiclair One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@thienlnam Could you kindly review and assign @mollfpr as well, since both where the initial PR reviewers |
Reviewer Checklist
Screenshots/Videos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. I will complete the checklist and the test records in the morning.
@mollfpr Fixed merge from main conflicts. you are good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
🚀 Deployed to staging by https://github.com/thienlnam in version: 1.3.13-0 🚀
|
@abdulrahuman5196 @mollfpr Can you pls help us with QA steps |
@mvtglobally Here's the QA steps.
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.13-5 🚀
|
Details
@mollfpr @thienlnam
Default workspace invite message is getting sent in case of empty workspace invite message
This was a regression of Dont add default message on invite if user removed it #14800 caused by Implement Invite message page #15672
Update welcome note on workspace name change
This was regression of [WorkspaceInviteMemberPage] update welcome note on workspace name change #17559 caused by Implement Invite message page #15672
Fixed Issues
$ #18390
$ #18390 (comment)
$ #18597
Tests
Regression fix. So tests from original PR is the test cases
#14800
#17559
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Untitled.3.mp4
Mobile Web - Chrome
chrome.mp4
Mobile Web - Safari
Untitled.2.mp4
Desktop
Untitled.mp4
iOS
Untitled.1.mp4
Android
android.mp4