Closed BrtqKr closed 3 weeks ago
@shubham1206agra 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]
Fix for this issue has been already pushed to this PR
@BrtqKr Please write the test here.
@BrtqKr Can you merge main please?
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and not onIconClick
).myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components using Avatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. for onClick={this.submit}
the method this.submit
should be bound to this
in the constructor)this
are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this);
if this.submit
is never passed to a component event handler like onClick
)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG
)Avatar
is modified, I verified that Avatar
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 the Test
steps.Only bug I noticed is that screen is scrolling on top on closing RHP.
https://github.com/user-attachments/assets/f77cde62-2c08-4a54-af28-b5929e623c41
Only bug I noticed is that screen is scrolling on top on closing RHP.
Huh that's really weird. I think we can't make it a polish item? I'd be surprised if it was related to these changes.
:hand: 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/marcaaron in version: 9.0.38-0 đ
platform | result |
---|---|
đ¤ android đ¤ | success â |
đĽ desktop đĽ | success â |
đ iOS đ | success â |
đ¸ web đ¸ | success â |
đ Deployed to production by https://github.com/grgia in version: 9.0.38-4 đ
platform | result |
---|---|
đ¤ android đ¤ | success â |
đĽ desktop đĽ | success â |
đ iOS đ | success â |
đ¸ web đ¸ | success â |
Details
Added disable for the custom name section when report fields are disabled for the policy. Fixed the keys for some of the rule items
Fixed Issues
$ https://github.com/Expensify/App/issues/48879 $ https://github.com/Expensify/App/issues/48868 PROPOSAL:
Tests
Go to Workspace settings > Rules.
Enable Auto-pay approved reports.
Click Auto-pay reports under.
Enter the amount higher than 20k.
Click Save.
Verify that the error is being displayed correctly
Go to Workspace settings > Rules.
Enable Custom report names.
Tap Custom name.
Clear the field, enter anything, and save it.
Try to scroll through the app.
Verify that the app doesn't freeze
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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop