Fix visual bug with large file error msg in cms. - #6385
Conversation
|
Thanks for the pull request, @ataki! I've created OSPR-324 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the Github pull request interface. As a reminder, our process documentation is here. |
|
Hey @ataki, we had an issue on the |
|
sure, just rebased on top of master as of 12/29 |
This hotfix patches the functionality of the GridFS PR by dismissing the error msg when the user uploads a large file and fails, then uploads a regular file. This includes a Jasmine test to cover this case.
|
Hey, sorry for the delay on this. I just manually tested your pull request, and it works great! Thanks! |
Fix visual bug with large file error msg in cms.
This hotfix patches the functionality of the GridFS PR described by @sarina here: https://github.com/edx/edx-platform/pull/5731 by dismissing the error msg when the user uploads a large file and fails, then uploads a regular file. This includes a Jasmine test to cover this case.