-
Notifications
You must be signed in to change notification settings - Fork 3k
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: logic enable allow deleting transaction #55387
Conversation
@DylanDylann 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-21.at.16.02.19.movAndroid: mWeb ChromeScreen.Recording.2025-01-21.at.16.03.51.moviOS: NativeScreen.Recording.2025-01-21.at.16.01.42.moviOS: mWeb SafariScreen.Recording.2025-01-21.at.16.02.51.movMacOS: Chrome / SafariScreen.Recording.2025-01-21.at.16.00.43.movMacOS: DesktopScreen.Recording.2025-01-21.at.16.01.15.mov |
@nkdengineer Please update the detail on the PR description
|
✋ 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/mountiny in version: 9.0.89-0 🚀
|
@nkdengineer The QA steps passed. However, is this PR intended to solve the full issue? As the issue is not that the |
@joekaufmanexpensify I believe we agreed that the be default now is personal so by default users can delete the transactions. That is how it worked in oldDot. So we just updating it here so the toggle is correct. We also agreed we would like to change this default - that is larger change across the stack so that will be handled elsewhere. Does that make sense? |
For sure, that makes sense. I am good with that plan. It just wasn't clear to me based on the QA steps if I should just be making sure that Or if I should also be making sure you can delete transactions imported when it is enabled and can't for transactions imported when it is disabled. As this second piece is the key part of the bug, but the QA steps didn't mention it, so wasn't sure if it was being handled in a different PR. |
I see i think that second part always worked, but we got confused because the toggle was showing wrong thing |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.89-8 🚀
|
@mountiny I just retested this now and it doesn't seem to be working. If i assign a card when allow deleting transactions is toggled on, I am not seeing the option to delete them. I also checked after importing with it toggled off and also no option to delete there. 2025-01-28_09-50-30.mp4 |
@joekaufmanexpensify we are just changing it with nathalie in the other issue so I would wait for the backend Prs to be deployed and then confirm where we at |
sounds good |
Responded in the linked issue |
Explanation of Change
Fixed Issues
$ #54389
PROPOSAL: #54389 (comment)
Tests
Offline tests
same as tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
android.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web-resize.mp4
MacOS: Desktop
desktop-resize.mp4