Christian Weiske

Results 229 comments of Christian Weiske

@nightsplinter is my apprentice; I tested the patch already.

Flux needs to convert the old "renderClearValueWizardField" into a FieldControl class as described in https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/FormEngine/Rendering/Index.html#node-expansion (The field tag attribute is `clear="1"`, not "clearable".)

ext_emconf.php says you need PHP 7.4+ composer.json says you need PHP 7.4+. This bug is invalid.

The modification shown by @supercaccia does not solve the problem. The null coalescing assignment operator was introduced with php 7.4: https://www.php.net/manual/en/migration74.new-features.php#migration74.new-features.core.null-coalescing-assignment-operator So using PHP 7.4 is enough, and the code...

@NamelessCoder under which circumstances is `RecordService` used? As far as I see, it's only called from PreviewView. I did enable the admin panel and enabled "show hidden records" and "show...

Same here with TYPO3 10.4.17 and flux 9.5.0

This bug has been caused by #1896 and is present since flux version 9.6.0. @peterreichenbach correctly wrote there: > it is not possible anymore to do anything with restricted (hidden,...