Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Showing server error when trying to use a team invite link as a guest #3861

Merged
merged 2 commits into from
Oct 9, 2019

Conversation

jespino
Copy link
Member

@jespino jespino commented Oct 3, 2019

Summary

Showing server error when trying to use a team invite link as a guest

Ticket Link

MM-18487

Related Pull Requests

@jespino jespino requested a review from a team October 3, 2019 15:09
@jespino jespino added this to the v5.16.0 milestone Oct 3, 2019
@ghost ghost requested review from alifarooq0 and levb and removed request for a team October 3, 2019 15:09
@jespino jespino added 2: Dev Review Requires review by a core commiter 3: QA Review Requires review by a QA tester CherryPick/Approved Meant for the quality or patch release tracked in the milestone labels Oct 3, 2019
@jespino jespino requested a review from srkgupta October 3, 2019 15:10
@@ -130,6 +130,8 @@ export default class SignupController extends React.Component {
let serverError;
if (err.server_error_id === 'store.sql_user.save.max_accounts.app_error') {
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason not to add an || err.server_error_id === 'api.team.add_user_to_team_from_invite.guest.app_error' here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not really, maybe is more clear and easy to follow this way, but I'm not against do it with the or.

@jespino jespino removed the 2: Dev Review Requires review by a core commiter label Oct 4, 2019
@srkgupta srkgupta merged commit fd512bf into mattermost:master Oct 9, 2019
@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 Oct 9, 2019
@srkgupta srkgupta added 4: Reviews Complete All reviewers have approved the pull request CherryPick/Approved Meant for the quality or patch release tracked in the milestone QA Review Done and removed 3: QA Review Requires review by a QA tester CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone labels Oct 9, 2019
@amyblais amyblais added CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation and removed CherryPick/Approved Meant for the quality or patch release tracked in the milestone labels Oct 9, 2019
@srkgupta srkgupta added the Tests/Done Release tests have been written label Oct 11, 2019
Wicked7000 pushed a commit to Wicked7000/mattermost-webapp that referenced this pull request Oct 12, 2019
brewsterbhg pushed a commit to brewsterbhg/mattermost-webapp that referenced this pull request Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4: Reviews Complete All reviewers have approved the pull request Changelog/Not Needed Does not require a changelog entry CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone Docs/Not Needed Does not require documentation QA Review Done Tests/Done Release tests have been written
Projects
None yet
6 participants