GridFieldBulkEditingTools/src
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
..
BulkManager TLN Allow to translate column name `Select` 2024-02-29 13:31:10 +01:00
BulkTools FIX `HTTPBulkToolsResponse.addSuccessRecords()` fn 2024-03-04 15:01:35 +01:00
BulkUploader Merge pull request #200 from kinglozzer/patch-1 2022-06-28 14:51:29 +12:00