NPellet / visualizer

Other
42 stars 24 forks source link

bug in twig if template undefined #1039

Closed lpatiny closed 7 years ago

lpatiny commented 7 years ago

It may happen that we have a variable in and a template in in the twig editor. If the variable comes before the template we get:

image

targos commented 7 years ago

does it block next updates of the module?

lpatiny commented 7 years ago

I have some unexpected rendering problem with rendertype (qrcode) not appearing and I wonder if it could be related.

But it does not block next update

stropitek commented 7 years ago

Just sending data before the template works fine. I would need a reproducible example, because I can't see in the module's code where that could happen.