Markus Pircher

Results 5 issues of 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...

T: PHP
P: Flow

### 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...

T: PHP
P: Flow

### 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"....

T: PHP
P: Flow
Bug

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...

suggestion

## 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...