GridFieldBulkEditingTools/src/BulkTools
Peter Schiffer 379fda091b
FIX `HTTPBulkToolsResponse.addSuccessRecords()` fn
This function was trying to merge 2 arrays with PHP fn `array_push()`
which was failing if the second parameter was array as well. This fix
replaces `array_push()` with `array_merge()` fn.

Resolves #187
2024-03-04 15:01:35 +01:00
..
HTTPBulkToolsResponse.php FIX `HTTPBulkToolsResponse.addSuccessRecords()` fn 2024-03-04 15:01:35 +01:00