Claus Due
Claus Due
Hmm, yes, looks like we could use the boilerplate tca function from flux for this. Less duplication is always good!
You may need to help debug this one on your particular setup. I've tried and failed to reproduce the problem - in my tests, Flux's BackendConfigurationManager does resolve the correct...
Hi @ikonplant, What is the bug you intend to fix? Why is the solution to make these fields not translatable?
Thanks @ikonplant - have you checked how this affects TYPO3 8.7? I hesitate to merge since I suspect the instruction causes the field to not be used from `pages_language_overlay` on...
A fix is pending for (1) - https://github.com/TYPO3/Fluid/pull/524. (2) has to be investigated but sounds like an issue with the rendering stack not containing the current template as topmost item...
As you're probably already aware, `flux:field.file` will not work the same on TYPO3v12 as it did on earlier TYPO3 versions. Other issues describe the reasons for this in great detail....
First option with two variables would be made possible by https://github.com/TYPO3/Fluid/pull/396.
Untested, but if this worked in earlier versions then it's possible that the object was automatically converted from File(Reference) to string, in which case it _might_ work for you if...
Looks like it was coincidental that this worked in TYPO3v9. Your only option on v10 and later will be to extract the path of the file (the File/Reference object contains...
That was an excessively nasty bug caused by TYPO3 doing some strange things specifically when copying pages, when the FlexForm DS implementation depends on exactly the one value that is...