-
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 for invalid task title in lhn #35585
fix for invalid task title in lhn #35585
Conversation
@rojiphil Isn't this ready for review? |
@s77rt |
@s77rt |
Reviewer Checklist
Screenshots/Videos |
@rojiphil In the last step I think you meant User A, right? |
I meant User B. But I think the wording can be changed to make it clear.
Let me know if this is not clear. |
Ah yeah that's much clearer |
@madmax330 |
✋ 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/madmax330 in version: 1.4.40-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.40-5 🚀
|
@s77rt @madmax330
Details
This PR ensures that the LHN status for tasks falls back to the lastMessageText in Report when it cannot be determined through report actions.
Fixed Issues
$ #35002
PROPOSAL: #35002 (comment)
Tests
Steps
MyTask
task for MyTask
Offline tests
No offline tests as this requires signin
QA Steps
Same as the Steps in Tests Section.
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)/** comment above it */
this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web - Safari
35002-web-safari.mp4
Mobile Web - Safari
35002-mweb-safari.mp4
Desktop
35002-deskstop.mp4
iOS
35002-ios-native.mp4
Android
35002-android-native.mp4
Mobile Web - Chrome
35002-mweb-chrome.mp4