Sandro Hopf
Sandro Hopf
There seems to be inconsistent behaviour between `on="change"` and `on="update"`. When persisting a new entity with `change` the field is left as `null`. With 'update` it is filled. Since they...
### Environment #### Package show ``` $ composer show --latest gedmo/doctrine-extensions name : gedmo/doctrine-extensions descrip. : Doctrine behavioral extensions keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggable, nestedset, odm, orm,...
**API Platform version(s) affected**: 4.2.6 **Description** Using `stateOptions` with `Map` attribute does not work for collection endpoints serving data with `pagination=false`. **How to reproduce** ``` #[GetCollection( paginationEnabled: false, paginationClientEnabled: false,...