Commit c20732c
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #23500: Fixed issue #23383 (by @manishgoswamij)
- #22658: Fixed #22545 Status downloadable product stays pending after succesfu� (by @shikhamis11)
Fixed GitHub Issues:
- #23383: Products which are not assigned to any store are automatically being force-assigned a store ID after being saved (reported by @diamondavocado) has been fixed in #23500 by @manishgoswamij in 2.3-develop branch
Related commits:
1. 45e211f
2. 50c051f
- #22545: Status downloadable product stays pending after succesfull payment (reported by @KooTjoo) has been fixed in #22658 by @shikhamis11 in 2.3-develop branch
Related commits:
1. c4dc289
2. 7174745
3. 630bbb5
4. a800c6b
5. e2f06b3
6. 1524687File tree
3 files changed
+11
-7
lines changed- app/code/Magento
- Catalog
- Test/Mftf/Section
- Ui/DataProvider/Product/Form/Modifier
- Downloadable/Observer
3 files changed
+11
-7
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
180 | 179 | | |
181 | | - | |
182 | | - | |
| 180 | + | |
183 | 181 | | |
184 | 182 | | |
185 | 183 | | |
| |||
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
134 | 142 | | |
135 | 143 | | |
136 | 144 | | |
| |||
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
161 | | - | |
162 | | - | |
163 | | - | |
| 169 | + | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
| |||
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
173 | | - | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| |||
0 commit comments