JMSJobQueueBundle icon indicating copy to clipboard operation
JMSJobQueueBundle copied to clipboard

Webinterface details.html.twig does not pass required parameter "style" to @Twig/Exception/trace.html.twig

Open didulis opened this issue 6 years ago • 2 comments

jms/job-queue-bundle: 2.0.1 symfony/framework-bundle: 4.3.3 symfony/twig-bundle: 4.3.3

In webinterface when opening Failed job, Symfony throws exception Variable "style" does not exist. As I traced down, this parameter style was introduced in twig-bundle 4.1

didulis avatar Jan 06 '20 12:01 didulis

@didulis same issue. Have you find a way around it, or just override template?

jms/job-queue-bundle 2.1.0 symfony/framework-bundle v4.4.7 symfony/twig-bundle v4.4.7 twig/twig v1.42.5

It does work in prod environment tought.

jseparovic1 avatar Apr 03 '20 14:04 jseparovic1

@schmittjoh I have created a pull request for for this issue

https://github.com/schmittjoh/JMSJobQueueBundle/pull/255

maeyan-zero avatar Jun 22 '20 06:06 maeyan-zero