David Bruchmann
David Bruchmann
- include check for access rights (FE and / or BE) - common type-checks / requirements / conversion - parse & filter text if advisable (strip html, add quotes, htmlentities...
yes as far as possible, that's correct. Wasn't sure if TYPO3 got or gets AOP, probably it won't be included was the statement I once got
 Colors could be adjusted.


Currently (likely after some changes between) the field is rendered with `'renderType' => 'selectSingle'`. Actually I'd like to have the choice between select and inline. Entering the corresponding values in...
A detail to mention is that the option `inline` creates usually an opposite field as it's only available for `1:n` or `m:n` relations in the interface. Using either renderType `selectSingle`...
if a combination like that can be even installed without any code changes, then there'd be a fundamental flaw, but I can't imagine that it's usually even possible.
Could failing (of the first failing test) be related to this: https://github.com/phpstan/phpstan/issues/6300 ? A newer phpstan version would help then probably. The used version in the test is 1.10.0. I...
not entirely but at least phpstan is not throwing errors anymore.