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' ?
Hi,
I have upgraded my project to Symfony 4.4 and now my timelines don't show anyhting.
composer.json
spy_timeline.yaml
I assume the bug comes from the following line
timeline-bundle/Twig/Extension/TimelineExtension.php
Line 299 in 207adaf
Replace with
'%s/%s.html.twig'?