Skip to content

Symfony 4.4 & 5 compatibility #216

@cbeyer

Description

@cbeyer

Hi,

I have upgraded my project to Symfony 4.4 and now my timelines don't show anyhting.

composer.json

        "predis/predis": "^1.1",
        "snc/redis-bundle": "^3.3",
        "stephpy/timeline-bundle": "^3.1",

spy_timeline.yaml

spy_timeline:
    render:
        path:     'Timeline/Timeline'
        fallback: 'Timeline/Timeline/default.html.twig'

I assume the bug comes from the following line

return vsprintf('%s:%s.html.twig', array(

Replace with '%s/%s.html.twig' ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions