smarty icon indicating copy to clipboard operation
smarty copied to clipboard

Bubbling up of parent scope in template blocks with inheritance chain

Open maryo opened this issue 2 years ago • 0 comments

Updating variable in parent scope (when the scope=parent is explicitly used on a tag like assign) now bubbles up (to the including template) even when the included template is part of an inheritance chain as it did pre v3.1.28.

Fixes https://github.com/smarty-php/smarty/issues/850

maryo avatar Jan 23 '23 16:01 maryo