GridFieldBulkEditingTools/src
Niklas Forsdahl d420a29e9f
FIX Row updating broken in SilverStripe 4 (#197)
Row updating is broken in SilverStripe 4 when for example using the PublishHandler or UnPublishHandler actions. This is due to unescaped backslashes in the fully qualified class name in json data, which when parsed in javascript treats the backslash as an escape character.
This can be fixed by escaping the backslash character in HTTPBulkToolsResponse.
2022-06-28 14:51:05 +12:00
..
BulkManager ENH PHP 8.1 compatibility 2022-04-13 14:08:15 +12:00
BulkTools FIX Row updating broken in SilverStripe 4 (#197) 2022-06-28 14:51:05 +12:00
BulkUploader ENH PHP 8.1 compatibility 2022-04-13 14:08:15 +12:00