Michael Käfer
Michael Käfer
- Closes https://github.com/EasyCorp/EasyAdminBundle/issues/3523 (which was already closed but it seems that it should not have been closed) - Closes https://github.com/EasyCorp/EasyAdminBundle/issues/3646 - Closes https://github.com/EasyCorp/EasyAdminBundle/issues/5267 - Closes https://github.com/EasyCorp/EasyAdminBundle/issues/4065 An example for having...
Would close https://github.com/EasyCorp/EasyAdminBundle/issues/5355.
Without this PR the association field renders a a dropdown and you cannot edit the associated entity but just select an already existing entity. If you want to edit an...
https://github.com/EasyCorp/EasyAdminBundle/pull/5348 was not a bug IMHO. Now the code does not make much sense since the filter can now be used for any custom Doctrine type which has the name...
Would fix https://github.com/EasyCorp/EasyAdminBundle/issues/5318
Just to remember it: - [ ] Deprecations in PHP files - [ ] Deprecations in Twig files by merging again the later reverted PR https://github.com/EasyCorp/EasyAdminBundle/pull/4941 (issue: https://github.com/EasyCorp/EasyAdminBundle/issues/4938) - Update:...
This seems like a bug to me: `src/Action/RefundAction.php` ```php if ($molliePayment->hasRefunds()) { return; } ``` This results in: - if an editor makes a first partial refund, the refund is...
Another BC break in version 4 is: `src/Action/RefundAction.php` ```php if (!array_key_exists('refund', $details['metadata'])) { return; } ``` And the same in `src/Action/RefundAction.php` ```php if (!array_key_exists('refund', $details['metadata'])) { return; } ``` This...
Could it be that this package is causing this problem? With postcss-reporter the file names are logged, see more here: https://stackoverflow.com/questions/59940087/stylelint-output-does-not-show-the-name-of-the-file-where-warnings-occur