Claus Due
Claus Due
Please check if this is still an issue on `dev-development` - several patches have been made recently to cast various values and these patches have also introduced casting in `flux:content.get`...
Fixed with 1308ec1c0205adcc88044926d566dfa204eb4403
Fixed via https://github.com/FluidTYPO3/vhs/pull/1777
Fixed via https://github.com/FluidTYPO3/vhs/commit/f76456a340b05d14ebc720c92adaf3dd34f93984#diff-943e93d35eada4f1bef5a2f95f81740f338fde28a0431fc9d733d1a106c1d51bL183
Solved in current development branch. The `init()` method will only be called on TYPO3 8.7.
Hi @dominicmartin and @emmadao, Sorry about the delay in answering. Unfortunately I have to refer you to the TYPO3 core bug tracker in this case - https://forge.typo3.org/projects/typo3cms-core/issues. The reason is...
Thanks for the solution and investigation, @dogawaf - closing the issue as solved.
Closing as "part unexplained, part solved, part by-design and has workarounds". For anyone interested: * `\FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering` contains the business logic that detects if a custom controller should be called. *...
Closing issue as solved. All usages of these 10.3+ classes in code are surrounded by `class_exists` checks and are therefore only vulnerable to special setups that declare these classes but...
Flux now avoids the null coalesce assign operator - both the original issue and the addition issue from @electricretina should both be solved now.