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

[BUGFIX lts] Fix double container destroy #15207

Merged

Commits on May 4, 2017

  1. [BUGFIX beta] Fix double container destroy

    This code on the Engine Instance is not needed as it includes the
    `ContainerProxyMixin`, which already takes care of destroying the 
    container.
    
    This duplicated destroy step was causing ember-cp-validations to
    attempt to destroy validators twice. This destroy process tries to 
    nullify some property with `o.set(‘model’, null)` on an object that is
    already destroyed.
    cibernox committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7e4ace6 View commit details
    Browse the repository at this point in the history