-
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: Report Action revert on flag approved
decision
#23313
Conversation
@Santhosh-Sellavel Please 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] |
@b4s36t4 Attachments are not visible can you fix thanks! |
@Santhosh-Sellavel I can't able to re-produce this can you please tell re-production steps or share some video? Thanks! |
@b4s36t4 I think he means your screencast videos in the PR body - not the code! The links are a little messed up |
Ohh ok understood. Will update them soon. |
@dangrous @Santhosh-Sellavel updated the PR body, please check. |
@Santhosh-Sellavel is there anything I need to do?! |
Approved can be done by |
|
I've added the internalqa label, which will let one of us QA it. I'd modify it to:
@Santhosh-Sellavel as for testing, let me know if you want to use my backend to test - I set it up so that it will automatically send an approval update for any flags, which is how we tested this. |
Looks good, then. I'll let you know, thanks! |
Waiting for @dangrous to test this one, dm'ed in slack! |
Followed up in Slack but putting it here for posterity:
|
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-07-26.at.3.46.54.AM.mov |
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, thanks @dangrous!
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!
Thanks for your patience with testing this! Merging. |
✋ 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/dangrous in version: 1.3.47-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.47-6 🚀
|
Details
Update the flagged message when moderation decision get's changed (approved)
Fixed Issues
$ #22024
PROPOSAL: #22024 (comment)
Tests
Offline tests
Same as Above
QA Steps
Same as Above
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
Mobile Web - Chrome
mweb.mp4
Mobile Web - Safari
https://github.com/Expensify/App/assets/59088937/2c750df9-29a3-4673-9180-8a25a5b65db9Desktop
desk.mp4
iOS
ios.mp4
Android
android-c.mp4
cc: @dangrous