-
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
Replace categories changelog #33253
Replace categories changelog #33253
Conversation
@cubuspl42 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] |
@@ -543,6 +543,7 @@ const CONST = { | |||
INDIVIDUAL_BUDGET_NOTIFICATION: 'POLICYCHANGELOG_INDIVIDUAL_BUDGET_NOTIFICATION', | |||
INVITE_TO_ROOM: 'POLICYCHANGELOG_INVITETOROOM', | |||
REMOVE_FROM_ROOM: 'POLICYCHANGELOG_REMOVEFROMROOM', | |||
REPLACE_CATEGORIES: 'POLICYCHANGELOG_REPLACE_CATEGORIES', |
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.
Does this constant have any uses?
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.
It is used here with the spread operator, if this constant is not here this action type is not shown in the chat.
App/src/pages/home/report/ReportActionItem.js
Line 445 in aa1d87c
..._.values(CONST.REPORT.ACTIONS.TYPE.POLICYCHANGELOG), |
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.
Oh, it's tricky. So we never refer to it TypeScript-wise. Thank you for clarification!
I've seen you pullerbear'ed twice, I'm not sure if this was on purpose or by accident. I can handle testing this one, I have the capacity for it. |
It was by accident |
I'll get to testing, the single line looks good as now I understand it! 😃 |
I tried creating such a workspace, but I don't think it's currently possible to create new workspaces without being redirected to NewDot. Would it be possible to invite me to such a workspace? E-mail: |
Now that I am thinking, I don't have access to such a workspace in staging/prod either. I think only applause and internal engineering will be able to test this. |
I pasted a filled checklist to satisfy the check, although no actual testing was done |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
🎯 @cubuspl42, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #33409. |
Reviewer Checklist
Screenshots/VideosAndroid: Nativen/a Android: mWeb Chromen/a iOS: Nativen/a iOS: mWeb Safarin/a MacOS: Desktopn/a |
@rlinoz Can you make the QA steps more verbose? I have the integration server running locally but it isn't clear to me how to setup a Xero or QBO connection locally. What steps did you follow? |
@blimpich I updated the steps, if you have the IS server running they should work. Let me know if I can help with anything. |
I needed to turn off Zero Trust 🤦♂️. Kept getting |
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
There were changes to the checklists recently |
Thanks! |
✋ 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 production by https://github.com/mountiny in version: 1.4.18-8 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/316104
Tests
Offline tests
N/A
QA Steps
This can only be tested in staging until Web-E gets deployed in production.
QBO QA Account
orXero QA Account
from 1passwordSync now
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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