Skip to content

Commit 221028e

Browse files
authored
Merge branch '2.4-develop' into B2B-1887-1889
2 parents 4e55d53 + 39e1300 commit 221028e

File tree

147 files changed

+5020
-6165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+5020
-6165
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This will allow you to collaborate with the Magento 2 development team, fork the
3333
1. Search current [listed issues](https://github.com/magento/magento2/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
3434
2. Review the [Contributor License Agreement](https://opensource.adobe.com/cla.html) if this is your first time contributing.
3535
3. Create and test your work.
36-
4. Fork the Magento 2 repository according to the [Fork A Repository instructions](https://devdocs.magento.com/guides/v2.4/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow the [Create A Pull Request instructions](https://devdocs.magento.com/guides/v2.4/contributor-guide/contributing.html#pull_request).
36+
4. Follow the [Forks And Pull Requests Instructions](https://devdocs.magento.com/contributor-guide/contributing.html#forks-and-pull-requests) to fork the Magento 2 repository and send us a pull request.
3737
5. Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.
3838

3939
## Code of Conduct
@@ -43,6 +43,6 @@ The full text is available in the repository [Wiki](https://github.com/magento/m
4343

4444
## Connecting with Community!
4545

46-
If you have any questions, join us in [#beginners](https://magentocommeng.slack.com/messages/CH8BGFX9D) Slack chat. If you are not on our slack, [click here](http://tinyurl.com/engcom-slack) to join.
46+
If you have any questions, join us in [#beginners](https://magentocommeng.slack.com/archives/CH8BGFX9D) Slack chat. If you are not on our slack, [click here](http://tinyurl.com/engcom-slack) to join.
4747

4848
Need to find a project? Check out the [Slack Channels](https://github.com/magento/magento2/wiki/Slack-Channels) (with listed project info) and the [Magento Community Portal](https://opensource.magento.com/).

app/code/Magento/Backend/view/adminhtml/templates/widget/form/renderer/fieldset.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if ($isField) {
9191

9292
<?php if ($element->hasAdvanced() && !$isField) : ?>
9393
<?= (!$element->getNoContainer() && $advancedAfter) ? '</fieldset>' : '' ?>
94-
<details data-mage-init='{"details": {}}' class="details admin__collapsible-block-wrapper" id="details<?= /* @noEscape */ $id ?>">
94+
<details class="details admin__collapsible-block-wrapper" id="details<?= /* @noEscape */ $id ?>">
9595
<summary class="details-summary admin__collapsible-title" id="details-summary<?= /* @noEscape */ $id ?>">
9696
<span><?= $block->escapeHtml($advancedLabel) ?></span>
9797
</summary>

app/code/Magento/Backend/view/adminhtml/web/js/dashboard/chart.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ define([
99
'jquery',
1010
'chartJs',
1111
'jquery-ui-modules/widget',
12+
'chartjs/chartjs-adapter-moment',
1213
'moment'
1314
], function ($, Chart) {
1415
'use strict';
@@ -74,7 +75,7 @@ define([
7475
$(this.element).toggle(response.data.length > 0);
7576
$(this.element).next('.dashboard-diagram-nodata').toggle(response.data.length === 0);
7677

77-
this.chart.options.scales.xAxes[0].time.unit = this.options.periodUnits[this.period] ?
78+
this.chart.options.scales.xAxis.time.unit = this.options.periodUnits[this.period] ?
7879
this.options.periodUnits[this.period] : 'hour';
7980
this.chart.data.datasets[0].data = response.data;
8081
this.chart.data.datasets[0].label = response.label;
@@ -89,6 +90,8 @@ define([
8990
type: 'bar',
9091
data: {
9192
datasets: [{
93+
yAxisID: 'yAxis',
94+
xAxisID: 'xAxis',
9295
data: [],
9396
backgroundColor: '#f1d4b3',
9497
borderColor: '#eb5202',
@@ -101,20 +104,19 @@ define([
101104
position: 'bottom'
102105
},
103106
scales: {
104-
xAxes: [{
107+
xAxis: {
105108
offset: true,
106109
type: 'time',
107110
ticks: {
108-
autoSkip: true,
109111
source: 'data'
110112
}
111-
}],
112-
yAxes: [{
113+
},
114+
yAxis: {
113115
ticks: {
114116
beginAtZero: true,
115117
precision: this.options.precision
116118
}
117-
}]
119+
}
118120
}
119121
}
120122
};

app/code/Magento/Bundle/view/frontend/web/js/float.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

app/code/Magento/Catalog/Test/Mftf/Data/ProductData.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,4 +1432,18 @@
14321432
<data key="name" unique="suffix">ProductWithSku24MB06-</data>
14331433
<data key="sku" unique="suffix">24 MB06 </data>
14341434
</entity>
1435+
<entity name="SimpleProduct50" type="product">
1436+
<data key="name" unique="suffix">Simple Product </data>
1437+
<data key="sku" unique="suffix">SimpleProduct</data>
1438+
<data key="urlKey" unique="suffix">simple-product-</data>
1439+
<data key="type_id">simple</data>
1440+
<data key="attribute_set_id">4</data>
1441+
<data key="price">50.00</data>
1442+
<data key="visibility">4</data>
1443+
<data key="status">1</data>
1444+
<data key="quantity">1000</data>
1445+
<data key="weight">1</data>
1446+
<requiredEntity type="product_extension_attribute">EavStockItem</requiredEntity>
1447+
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
1448+
</entity>
14351449
</entities>

app/code/Magento/Catalog/view/adminhtml/web/catalog/category/edit.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

app/code/Magento/Catalog/view/adminhtml/web/js/components/input-handle-required.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/Magento/Catalog/view/adminhtml/web/js/components/multiselect-handle-required.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/Magento/Catalog/view/adminhtml/web/js/components/product-status.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)