Commit 9a5573b
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests:
- #30402: #30388 : fix js error on edit review page (by @sunilit42)
- #30502: add --no-tablespaces parameters to mysqldump (by @jonashrem)
- #29911: Check if copy method is copy before sending comment email (by @JeroenVanLeusden)
- #30493: Fixed placeholder translation in Magento UI grid search component (by @vveb-developer)
- #30453: Fix missing escape less calc (by @mrtuvn)
- #30079: [MFTF] add AdminOpenCustomersGridActionGroup (by @Usik2203)
- #26967: Fix for queue numeric argument conversion (by @bartoszkubicki)
- #28917: AppState emulateAreaCode was not respected by file collector (by @johan-lindahl)
- #29196: Avoids endless loop of indexers being marked as invalid (by @hostep)
Fixed GitHub Issues:
- #30388: Uncaught TypeError: Event.observe is not a function in admin review edit page (reported by @lng50k) has been fixed in #30402 by @sunilit42 in 2.4-develop branch
Related commits:
1. af2d29a
2. e08499b
3. a4be3e0
4. a88f580
5. 7ea4721
- #30566: [Issue] add --no-tablespaces parameters to mysqldump (reported by @m2-assistant[bot]) has been fixed in #30502 by @jonashrem in 2.4-develop branch
Related commits:
1. 6f8021a
2. 2bc78ad
- #29915: [Issue] Check if copy method is copy before sending comment email (reported by @m2-assistant[bot]) has been fixed in #29911 by @JeroenVanLeusden in 2.4-develop branch
Related commits:
1. 78dd01a
2. 35bbc82
3. 902e1a2
4. c7c4ad6
- #30510: [Issue] Fixed placeholder translation in Magento UI grid search component (reported by @m2-assistant[bot]) has been fixed in #30493 by @vveb-developer in 2.4-develop branch
Related commits:
1. d10f1c8
- #30542: [Issue] Fix missing escape less calc (reported by @m2-assistant[bot]) has been fixed in #30453 by @mrtuvn in 2.4-develop branch
Related commits:
1. 40134a6
- #29615: [Issue] Fix for queue numeric argument conversion (reported by @m2-assistant[bot]) has been fixed in #26967 by @bartoszkubicki in 2.4-develop branch
Related commits:
1. d60cbb9
2. 5e7d9f6
3. 314ec92
4. 69eca07
5. 1fd7015
6. 7e97fb4
7. 8c8b9cf
8. 0c6d204
- #29656: [Issue] AppState emulateAreaCode was not respected by file collector (reported by @m2-assistant[bot]) has been fixed in #28917 by @johan-lindahl in 2.4-develop branch
Related commits:
1. 0ec2c91
2. f35a8b6
3. e724788
4. 27767f1
- #29297: Refactor Magento_Indexer module so that the "indexer_reindex_all_invalid" cronjob and "bin/magento indexer:reindex" command use the same code (reported by @hostep) has been fixed in #29196 by @hostep in 2.4-develop branch
Related commits:
1. f0c6453
2. 07d4ac6
3. e9359f1
4. 6a58f7e
5. bc2aab7
6. f9f3725
- #29478: [Issue] Avoids endless loop of indexers being marked as invalid (reported by @m2-assistant[bot]) has been fixed in #29196 by @hostep in 2.4-develop branch
Related commits:
1. f0c6453
2. 07d4ac6
3. e9359f1
4. 6a58f7e
5. bc2aab7
6. f9f3725File tree
47 files changed
+554
-169
lines changed- app
- code/Magento
- Catalog/Test/Mftf/Test
- Customer/Test/Mftf
- ActionGroup
- Test
- AdminUpdateCustomerTest
- Indexer
- Console/Command
- Model
- Processor
- Test/Unit
- Console/Command
- Model
- Review/Block/Adminhtml
- Sales
- Model/Order/Email
- Test
- Mftf/Test
- Unit/Model/Order/Email/Sender
- Security/Test/Mftf/Test
- Ui/view/base/web/js/grid/search
- design
- adminhtml/Magento/backend
- Magento_Sales/web/css/source/module/order
- web/css/source/forms
- frontend/Magento/luma/Magento_Sales/web/css/source
- dev/tests/integration
- framework/Magento/TestFramework/Db
- testsuite/Magento/Framework/MessageQueue
- lib/internal/Magento/Framework
- Amqp
- Test/Unit/Topology
- Topology
- Crontab/Test/Unit
- View
- File/Collector
- Test/Unit/File/Collector
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+554
-169
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments