Fixed overzealous selector for sortable tabular inlines.

master
Brandon Taylor 2020-01-14 18:26:49 -05:00
parent 4054d51b17
commit 8311881f2f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
tabular_inline_rows.addClass('sortable'); tabular_inline_rows.addClass('sortable');
sortable_inline_group.find('.tabular.inline-related').sortable({ sortable_inline_group.find('.tabular.inline-related tbody').sortable({
axis : 'y', axis : 'y',
containment : 'parent', containment : 'parent',
create: function(event, ui) { create: function(event, ui) {