Georges.L

Results 105 comments of Georges.L

Can you take a look at why the tests fails on GetAllItems on 8.4 ? I don't know if its related to this PR ?

Thank you @srjlewis, was merged in another PR that someone reasked me today. I'll be more active these next months !

Hello, I indeed made the decision to remove it since I rely mostly on PECL: https://pecl.php.net/package/wincache And Wincache hasn't been updated for a while at the time I made the...

Ok, I'll take a look, but don't expect in the next few days, maybe in weeks as I'm being very busy lately. Thanks again ! Le mar. 18 mars 2025...

Add it on main form too: `CollectionField::new('foos')->setRequired(true)->useEntryCrudForm();`

@PGeekS put a `@valid` constraint on your relationship (ManyToMany or OneToMany) property.

@kiler129 can you rebase this so @javiereguiluz can have a look at it ? Thanks :D

I 💯 support this feature !

> It seems like something similar can be done like this: > > $entityInstance = $this->getContext()->getEntity()->getInstance(); > > if ($entityInstance->hasRequiredProperty()) { > yield TextField::new('property'); > } Not working with embedded...

> Wow, that's a fast reaction, thank you! > > > can you check if fix solves your problem? > > Not really unfortunately. Though it now correctly sorts the...