File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Bundle/view/adminhtml/layout
Shipping/view/adminhtml/layout Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceBlock name =" shipment_items" >
11
- <block class =" Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" as =" bundle " template =" sales/shipment/view/items/renderer.phtml" />
11
+ <block class =" Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" name = " shipment_item_bundle " as =" shipment_item_bundle " template =" sales/shipment/view/items/renderer.phtml" />
12
12
</referenceBlock >
13
13
</body >
14
14
</page >
Original file line number Diff line number Diff line change 14
14
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Info" name =" order_info" template =" Magento_Sales::order/view/info.phtml" />
15
15
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
16
16
<block class =" Magento\Shipping\Block\Adminhtml\Create\Items" name =" order_items" template =" create/items.phtml" >
17
- <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" as =" default " template =" Magento_Shipping::create/items/renderer/default.phtml" />
17
+ <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name = " shipment_item_default " as =" shipment_item_default " template =" Magento_Shipping::create/items/renderer/default.phtml" />
18
18
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
19
19
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" Magento_Sales::items/column/name.phtml" group =" column" />
20
20
<block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
Original file line number Diff line number Diff line change 14
14
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Info" name =" order_info" template =" Magento_Sales::order/view/info.phtml" />
15
15
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
16
16
<block class =" Magento\Shipping\Block\Adminhtml\View\Items" name =" shipment_items" template =" view/items.phtml" >
17
- <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" as =" default " template =" Magento_Shipping::view/items/renderer/default.phtml" />
17
+ <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name = " shipment_item_default " as =" shipment_item_default " template =" Magento_Shipping::view/items/renderer/default.phtml" />
18
18
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
19
19
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" Magento_Sales::items/column/name.phtml" group =" column" />
20
20
<block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ define([
54
54
}
55
55
break ;
56
56
57
+ case 'select-multiple' :
58
+ var name = item . name . substring ( 0 , ( item . name . length - 2 ) ) ; //remove [] from the name ending
59
+ result [ name ] = _ . pluck ( item . selectedOptions , 'value' ) ;
60
+ break ;
61
+
57
62
default :
58
63
result [ item . name ] = item . value ;
59
64
}
Original file line number Diff line number Diff line change 37
37
"colinmollenhour/cache-backend-redis" : " 1.9" ,
38
38
"colinmollenhour/cache-backend-file" : " 1.4" ,
39
39
"composer/composer" : " 1.0.0-beta1" ,
40
- "monolog/monolog" : " 1.16.0 " ,
40
+ "monolog/monolog" : " ^1.17 " ,
41
41
"oyejorge/less.php" : " ~1.7.0" ,
42
42
"pelago/emogrifier" : " 0.1.1" ,
43
43
"tubalmartin/cssmin" : " 2.4.8-p4" ,
You can’t perform that action at this time.
0 commit comments