Claus Due

Results 293 comments of Claus Due

In general about support for new TYPO3 versions (and I'm sure this applies to basically every community extension) there are three main ways that new support gets added: 1. Sponsorships,...

@lexwebmaker That depends, I'd like to include a few more fixes before that happens, but probably some time this weekend or during next week!

Solved by https://github.com/FluidTYPO3/vhs/commit/28768f313cf4c853aa08fca8b85dbe4b2d9e66d1

@fishbone1 If ViewHelpers before did not remove the variable after assigning it through the `as` argument, then that is considered a bug ("leaking" variables). The only ViewHelpers which are allowed...

> Is that a Fluid rule? Since any ViewHelper can decide to leak variables: no, it's a convention but not a strict rule. The convention is in place to make...

Closing the issue since the problem is solved in VHS 7.x and the workarounds described in this issue can work around it on VHS 6.x.

I'm not able to reproduce this problem. Are you using VHS on `dev-development` branch, as you would need to on TYPO3 v12+?

Closed for lack of feedback + inability to reproduce the problem.

Thanks @dmitryd - could you check if https://github.com/FluidTYPO3/vhs/commit/2390e8066bda222d1a862192b9c3982ee76190bc (already in `dev-development`) solves the issue? I changed it so rather than checking for `Asset` it checks for `AssetInterface` which will now...

@jgreiner Your problem is almost certainly not the same as @klodeckl (yours is about TS-defined assets, his is about ViewHelper-defined assets). Regardless: the linked commit should solve your issue. @klodeckl...