Prevent submitters from editing forwarded reports on Control#46931
Prevent submitters from editing forwarded reports on Control#46931roryabraham merged 2 commits intomainfrom
Conversation
|
@allgandalf 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] |
|
Will post the checklist today 👍 |
|
wait this needs a checklist right @youssef-lr ? |
|
Can I review this PR? It appears that this PR is related to this issue #36202 |
yes
@allgandalf is already assigned @hoangzinh. @allgandalf would you like to hand this over if you can't get to it soon? |
I can start today, was just waiting for your confirmation |
Reviewer Checklist
Screenshots/VideosMacOS: Chrome / SafariScreen.Recording.2024-08-10.at.12.07.23.AM.movMacOS: DesktopScreen.Recording.2024-08-10.at.12.19.15.AM.moviOS: mWeb SafariScreen.Recording.2024-08-10.at.12.24.04.AM.mov |
| } | ||
|
|
||
| if (policy?.type === CONST.POLICY.TYPE.CORPORATE && moneyRequestReport && isCurrentUserSubmitter(moneyRequestReport.reportID)) { | ||
| const isForwarded = PolicyUtils.getSubmitToAccountID(policy, moneyRequestReport.ownerAccountID ?? 0) !== moneyRequestReport.managerID; |
There was a problem hiding this comment.
| const isForwarded = PolicyUtils.getSubmitToAccountID(policy, moneyRequestReport.ownerAccountID ?? 0) !== moneyRequestReport.managerID; | |
| const isForwarded = PolicyUtils.getSubmitToAccountID(policy, moneyRequestReport.ownerAccountID ?? -1) !== moneyRequestReport.managerID; |
As a standard practice we fallback to -1 right @youssef-lr ?
There was a problem hiding this comment.
Or do we only do that with strings and not integers?
allgandalf
left a comment
There was a problem hiding this comment.
LGTM, tests well on all platform, The above comment which i suggested is not really a blocker and i guess for integers the convention is indeed 0 and not 1, but that shouldn't affect this PR's functionality, so lets ship it 🚀
|
@roryabraham 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] |
|
🎯 @allgandalf, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #47186. |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
Huh this should have been deployed to |
|
FYI I believe this was deployed to prod yesterday, from this checklist - #47219 |



Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/411546
Tests
submitter,approver1,approver2Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2024-08-07.at.01.39.32.mov
MacOS: Desktop