-
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 custom name for tag in tag edit message reverts to "tag" after relogin #34482
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2024-01-22_14.08.00.mp4Android: mWeb Chromeandroid-chrome-2024-01-22_14.11.15.mp4iOS: Nativeios-native-2024-01-22_11.36.25.mp4iOS: mWeb Safariios-safari-2024-01-22_11.41.35.mp4MacOS: Chrome / Safaridesktop-chrome-2024-01-22_11.16.53.mp4MacOS: Desktopdesktop-app-2024-01-22_11.23.41.mp4 |
@hoangzinh The LHN displays the default We could possibly consider it out of scope for this as it's not mentioned in the issue, but you specifically mention it in your tests. |
@jjcoffee agreed it's out of scope. I removed that test step. |
@hoangzinh Can you provide any more details? Is there anything missing from the BE? |
@hoangzinh Friendly bump on the above. |
@jjcoffee I found that the Thus it causes those LOC returns default "tag" name App/src/libs/ModifiedExpenseMessage.ts Lines 104 to 105 in 50d91ab
|
@hoangzinh Gotcha, thanks! Sounds like we need a BE fix there then. |
@hoangzinh Can you merge main to fix conflicts? |
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!
@tgolen Just noting there is a remaining issue where the LHN displays the default tag name on initially signing in, until you navigate (or are automatically navigated) to the expense report. @hoangzinh has pointed out that this is a BE issue, so I think it's out of scope to fix in this PR. |
Resolved conflict @jjcoffee |
✋ 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/tgolen in version: 1.4.33-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.33-5 🚀
|
Details
Fixed Issues
$ #33493
PROPOSAL: #33493 (comment)
Tests
Precondition:
Test case 1: Display MODIFIEDEXPENSE messages in chat
Test case 2: Copy-to-clipboard MODIFIEDEXPENSE messages correctly
Test case 3: Display notification of MODIFIEDEXPENSE messages correctly
On Web & Desktop
Offline tests
Same as Tests
QA Steps
Same as Tests
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
Android: Native
Screen.Recording.2024-01-16.at.14.56.38.android.mov
Android: mWeb Chrome
Screen.Recording.2024-01-16.at.15.01.13.android.chrome.mov
iOS: Native
Screen.Recording.2024-01-16.at.09.36.24.ios.mov
iOS: mWeb Safari
Screen.Recording.2024-01-16.at.09.37.57.ios.safari.mov
MacOS: Chrome / Safari
Screen.Recording.2024-01-15.at.23.43.25.web.mp4
MacOS: Desktop
Screen.Recording.2024-01-15.at.23.48.30.desktop.mp4