FIX Update selector for editable columns Javascript handler to match GridField.js in core

This commit is contained in:
Robbie Averill 2017-08-23 16:01:20 +12:00 committed by Daniel Hensby
parent f764303ed0
commit ee9bd6b234
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
* GridFieldEditableColumns
*/
$('.ss-gridfield.ss-gridfield-editable .ss-gridfield-item td').entwine({
$('.grid-field .ss-gridfield-item').entwine({
onclick: function(e) {
// Prevent the default row click action when clicking a cell that contains a field
if (this.find('.editable-column-field').length) {