-
Notifications
You must be signed in to change notification settings - Fork 127
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
[GH-529] No attachment text when error happens while uploading attachment #535
[GH-529] No attachment text when error happens while uploading attachment #535
Conversation
I'm a contributor, hector2 but I changed the Github username 🙄 |
/check-cla |
Codecov Report
@@ Coverage Diff @@
## master #535 +/- ##
==========================================
+ Coverage 33.92% 35.30% +1.38%
==========================================
Files 37 37
Lines 4604 4605 +1
==========================================
+ Hits 1562 1626 +64
+ Misses 2893 2825 -68
- Partials 149 154 +5
Continue to review full report at Codecov.
|
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.
Thanks, @hectorgabucio! I left a couple of suggestions!
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.
Thanks for the PR and quick changes, @hectorgabucio! 🚀
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.
Tested and passed
- Tested no permission to attach - no longer see
!!
- Tested size exceeded - no longer see
^
No issues found.
Thanks @hectorgabucio for this fix!
* Add .npmrc file for save-exact packages (#586) * [GH-529] No attachment text when error happens while uploading attachment (#535) * [GH-527] Fix README TOC anchor linking (#580) * Fixed the merge and the merged test to reflect multi-instance changes * fixed concurrency issues in the test Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com> Co-authored-by: Hector <hectordorito5@gmail.com> Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
Summary
Attachment text not shown if error occurs while adding attachment.
Ticket Link
Fixes #529