bulk_data_source icon indicating copy to clipboard operation
bulk_data_source copied to clipboard

Results 2 bulk_data_source issues
Sort by recently updated
recently updated
newest added

My multi-word snake_case rails associations were not being picked up correctly. I'd have liked to use the 'key' property on the associations to translate, but I couldn't see how to...

if you define a different key for your toMany attribute than is returned from your server, normalizeAssociationsFromServer() won't convert the data from an array of objects to an array of...