Siegfried Diel

Results 5 issues of Siegfried Diel

Hey guys. Unfortunately, [this fix](https://github.com/EasyCorp/EasyAdminBundle/pull/5823) hasn't solved another special case which I would like to introduce: I have the following search fields in my `GiroAccountCrudController`: ``` ->setSearchFields([ 'foreignId', 'details.foreignId', 'cards.foreignId',...

**Describe the bug** When submitting an EDIT page of an entity successfully, EasyAdmin redirects you to the INDEX page but appends a `&entityId=1234` query parameter with the ID of the...

**Describe the bug** I have 3 entities: - `Talk` (Represents a expert talk (webinar) where normal users can participate in video calls) - `Expert` (Represents the expert holding the webinar...

Since `easy-coding-standard` version `12.5.9`, I am getting the following linting error: ``` ---------- begin diff ---------- @@ -288,7 +288,7 @@ $mySerializableObject = new class('prop1', 'prop2') implements \JsonSerializable { - public...