Skip to content
Snippets Groups Projects
Commit 0aabebd6 authored by Jonathan Sacksick's avatar Jonathan Sacksick Committed by Jonathan Sacksick
Browse files

Issue #3414853 by tBKoT, jsacksick: Checkout flow items dragging broken and not saved.

parent ccb1b450
No related branches found
No related tags found
6 merge requests!379Issue #3491248 Validation is breaking the amount number format decimal point,!375Issue #3413020 by czigor: Using a translatable string as a category for field...,!357Issue #2914933: Add service tags to order-related interfaces,!344Resolve #3107602 "Product attributes do not update visually when switching variations",!343Resolve #3107602 "Product attributes do not update visually when switching variations",!342Issue #3476581 by josephr5000: add OrderItemLabelEvent
Pipeline #80677 canceled with stages
in 2 minutes and 15 seconds
......@@ -73,7 +73,7 @@
const rowObject = this;
$(rowObject.table)
.find('tr.region-message')
.each(() => {
.each((function () {
const $that = $(this);
// If the dragged row is in this region, but above the message row, swap
// it down one space.
......@@ -101,7 +101,7 @@
else if ($that.is('.region-empty')) {
$that.removeClass('region-empty').addClass('region-populated');
}
});
}));
},
};
})(jQuery, Drupal);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment