-
Notifications
You must be signed in to change notification settings - Fork 188
sweetalert update #6195
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
sweetalert update #6195
Conversation
maltheism
left a comment
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.
Looks good! The PR passed manual testing for me. Someone else should review as well. 🙂
|
Hi @haoweiqiu please note in this PR description that you are applying for GSOC - thanks |
driusan
left a comment
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.
The JS changes look good (not sure about the change to the markdown, but it seems right..)
But this has conflicts and can't be merged, can you rebase it?
|
@driusan I have rebased to master branch in my local repository. May I created another pull request from my master branch to resolve this issue? |
|
@haoweiqiu if you've rebased on master on your local repository you should just need to run |
|
@driusan Sorry for the confusion. I just realized that while I was merging conflicts during git rebase, I directly merged this branch to my master branch.. |
6f6c527 to
73f05fe
Compare
|
@driusan The merge conflict issue is finally resolved. |
driusan
left a comment
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! LGTM
Fix an error introduced by #6195 when a file previously uploaded is deleted.
This fixes a number of callback regressions introduced by #6195.
Fix an error introduced by aces#6195 when a file previously uploaded is deleted.
This fixes a number of callback regressions introduced by aces#6195.
Brief summary of changes
This updates sweetalert to sweetalert2 in most javascript files. However, the only file that does not change is NDB_Page.class.inc, since there is some error in Travis. This Pull Request contains commits of my another Pull Request (#6192).
Haowei Qiu, GSOC Applicant
CC @christinerogers
Link(s) to related issue(s)