Markus Pircher
Markus Pircher
### Description At the moment this is not possible with Flow 7.2: ```php class MonitoringCommandController extends CommandController { #[Flow\Inject(lazy: true)] protected ?MyLazyService $myLazyService = null; #[Flow\Inject(lazy: false)] protected ?MyService $myService...
### Description I tried to experimentally make a packet PHP8 only, using only the new attributes without PHPDoc annotations. But it looks like that is not yet supported, or is...
### Description I am currently upgrade a flow 4.3 application to version 7.2, but i got an error message on cache warmup: ``` No identifier/primary key specified for Entity "Inwento\InwentoID\Domain\Model\Package\Package"....
Ich versuche mich gerade an einer alternativen Chunk Implementation, die die Daten anders abspeichert und theoretisch sehr viel RAM sparen sollte. Allerdings stoße ich auf das Problem, dass beim setzen...
## Bug Report The setter of the property "endtime" in the News Model has the non-nullable type "Datetime" **Environment** - news version: [11.4.2] - Is your TYPO3 installation set up...