Skip to content

Commit ca6cf09

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-65688' into PR-2.2-develop
2 parents 689159f + bc6b4af commit ca6cf09

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Backend/view/adminhtml/templates/widget

1 file changed

+2
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ $numColumns = sizeof($block->getColumns());
149149
<?php endif; ?>
150150

151151
<?php if (strpos($block->getRowClickCallback(), 'order.') !== false): ?>
152-
deps.push('Magento_Sales/order/create/form')
152+
deps.push('Magento_Sales/order/create/form');
153+
deps.push('jQuery');
153154
<?php endif; ?>
154155

155156
deps.push('mage/adminhtml/grid');

0 commit comments

Comments
 (0)