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

Fix rename scenario for Internet Explorer #2321

Merged
merged 1 commit into from
Oct 4, 2017

Commits on Oct 3, 2017

  1. Fix rename scenario for Internet Explorer

    Using _.curry appeared to call the validate function before it needed to
    be called, which resulted in a JS error and prevented the modal from
    being displayed. Keeping the correct scope for the validate function is
    slightly reworked here so that _.curry does not need to be used, which
    lets things work as expected in IE.
    
    Also, update tests for new function signature.
    
    Refs #2315
    caseycesari committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a45dba5 View commit details
    Browse the repository at this point in the history