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

Ensure variables are set in case enlist_fixture_connections is called #42060

Merged

Commits on Apr 22, 2021

  1. Ensure variables are not nil in case enlist_fixture_connections is

    called
    
    enlist_fixture_connections is currently called within the code when the
    context is `run_in_transasction?`. However if
    `enlist_fixture_connections` is called outside of that context the code
    fails since these variables are not defined. This ensures the code can
    still be executed without side effects
    Tonkpils committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e088454 View commit details
    Browse the repository at this point in the history