Fixed overzealous selector for sortable tabular inlines.
parent
4054d51b17
commit
8311881f2f
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
tabular_inline_rows.addClass('sortable');
|
||||
|
||||
sortable_inline_group.find('.tabular.inline-related').sortable({
|
||||
sortable_inline_group.find('.tabular.inline-related tbody').sortable({
|
||||
axis : 'y',
|
||||
containment : 'parent',
|
||||
create: function(event, ui) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue