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

Avoid twig deprecation warning #911

Merged
merged 1 commit into from
Dec 13, 2018
Merged

Avoid twig deprecation warning #911

merged 1 commit into from
Dec 13, 2018

Commits on Oct 25, 2018

  1. Avoid twig deprecation warning

    Using "is defined" for prevent twig deprecation message:
    
    `Silent display of undefined block "modal_footer" in template "modals/modal.html.twig" is deprecated since version 1.29 and will throw an exception in 2.0. Use the "block('modal_footer') is defined" expression to test for block existence`
    
    twigphp/Twig@ae9b503
    silvioq authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3cf31ce View commit details
    Browse the repository at this point in the history