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 case where autoRun is false but no other addon set content into the {{content-for 'app-boot'}} #710

Merged
merged 2 commits into from
Mar 4, 2021

Commits on Mar 4, 2021

  1. Fix case where autoRun = false

    thoov committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    45407b2 View commit details
    Browse the repository at this point in the history
  2. Found the issue to be this.appBoot returning an empty

    string which was being checked for as falsy when it should actually
    be considered truthy.
    thoov committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    affa2ed View commit details
    Browse the repository at this point in the history