-
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
fix: new task created when editing task assignee #39328
Conversation
cc @ishpaul777 |
Thanks @Ollyws, this just caught my attention now, i'll review this now. Please feel free to bump me on slack DM if i ever miss a GH mention |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeScreen.Recording.2024-04-09.at.2.53.48.AM.moviOS: NativeScreen.Recording.2024-04-09.at.2.53.48.AM.moviOS: mWeb SafariScreen.Recording.2024-04-09.at.2.43.31.AM.movMacOS: Chrome / SafariScreen.Recording.2024-04-09.at.2.22.44.AM.movMacOS: DesktopScreen.Recording.2024-04-09.at.3.14.35.AM.mov |
@nexarvo Please merge main when you get the chance |
@ishpaul777 main is merged. Please let me know if anything else is needed. |
@@ -171,7 +171,7 @@ function TaskAssigneeSelectorModal({reports, task}: TaskAssigneeSelectorModalPro | |||
option?.login ?? '', | |||
option?.accountID ?? -1, | |||
report.reportID, | |||
report, |
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.
I don't see why we need to pass a report from here https://github.com/ishpaul777/App/blob/main/src/pages/tasks/TaskAssigneeSelectorModal.tsx#L188, as it will be null already lets pass a null for clarity
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.
Updated the code to pass null here.
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!
We did not find an internal engineer to review this PR, trying to assign a random engineer to #39260 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/bondydaa in version: 1.4.62-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/bondydaa in version: 1.4.62-0 🚀
|
🚀 Deployed to staging by https://github.com/bondydaa in version: 1.4.62-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.62-17 🚀
|
Details
Fixed Issues
$#39260
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
37d8d595-a9f0-4c52-8220-70af71acdf23.mp4
Android: mWeb Chrome
66c86887-4dad-4ff2-bddb-46a797c48855.mp4
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
707b991a-9725-42c2-ad20-456f191709b5.mp4
MacOS: Desktop
3a29f960-723d-420d-ac41-1d14fa7665c9.mp4