Skip to content
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

MM-21892 Fix TypeError cause by mm-redux#1006 #3837

Merged
merged 1 commit into from
Jan 21, 2020
Merged

MM-21892 Fix TypeError cause by mm-redux#1006 #3837

merged 1 commit into from
Jan 21, 2020

Conversation

enahum
Copy link
Contributor

@enahum enahum commented Jan 21, 2020

Summary

This PR mattermost/mattermost-redux#1006 removed the RequestStatus flagged that were being used in the SlashSuggestion component.

We are not able to remove the flag to track if the request is still in progress as the component will not receive further prop updates.

Ticket Link

https://mattermost.atlassian.net/browse/MM-21892

@enahum enahum added 2: Dev Review Requires review by a core commiter CherryPick/Approved Meant for the quality or patch release tracked in the milestone labels Jan 21, 2020
@enahum enahum added this to the v1.28 milestone Jan 21, 2020
@enahum enahum requested review from chuttam and migbot January 21, 2020 14:11
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "1.27.0",
"version": "1.27.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad that this diff is making its way to master via this commit too. I'd noticed it come up on current master.
How come it didn't make it as part of the version bump commit? Did I miss something in review?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the fastlane script runs npm i after updating package.json so package-lock.json is never changed?

@migbot migbot added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core commiter labels Jan 21, 2020
@migbot migbot merged commit 1e0095d into master Jan 21, 2020
@migbot migbot deleted the MM-21892 branch January 21, 2020 15:53
@mattermod mattermod added CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone and removed CherryPick/Approved Meant for the quality or patch release tracked in the milestone labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants