Skip to content

Conversation

@abrarpathan19
Copy link
Owner

Original Pull Request

magento#19502

Description (*)

  1. Magento 2.3 Develop
    Sales order Bundle product item alignment issue

Fixed Issues (if relevant)

  1. Sales order Bundle product item alignment issue magento/magento2#19501: Sales order Bundle product item alignment issue

Manual testing scenarios (*)

  1. Admin -> Sales -> Order -> Create New Order
  2. Select Customer -> Add Product
  3. Choose Bundle Product -> Configure

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

sivaschenko and others added 30 commits January 14, 2019 10:49
…stomer Group set to the Default customer group on the default website scope
 - Merge Pull Request magento#19377 from agorbulin/magento2:back-port-pull-19094
 - Merged commits:
   1. f895d4a
   2. 74396e1
   3. 08fe817
code formatting

Backwards compatibility fix

use JSON_HEX_TAG option for not breaking things

use new serializer instead of json_encode

use correct serializer in test

declare return type

use serializer

updated unit testing, now uses serializer

removed space

declare strict type

improved comment

Test new serializer

Test for greater than and lesser than symbol, required by JSON_HEX_TAG option

split comment for readability

Declare strict type on test

Use di to inject

cleanup curly brackets

code cleanup

removed empty phpdoc

Fix BC
…0219

 - Merge Pull Request magento#20219 from amol2jcommerce/magento2:Changes-Hamburger-Icon-was-available-on-a-page
 - Merged commits:
   1. 8ddc45b
As specified in issue magento#17759, CustomerRepository::getList() is
unexpectedly returning NULL, when CustomerRepository::get() is correctly
returning the value. Specifying the attribute as billing_company instead
of company removes the conflict.
 - Merge Pull Request magento#19377 from agorbulin/magento2:back-port-pull-19094
 - Merged commits:
   1. f895d4a
   2. 74396e1
   3. 08fe817
   4. fba4bc8
…count and for new address entered during checkout
Accepted Public Pull Requests:
 - magento#20082: [Backport] issue resolved:Undefined Variable $itemsOrderItemId (by @milindsingh)
 - magento#19423: Fixed bug, when exception occurred on order with coupons cancel, made by guest after creating of customer account. (by @Winfle)
 - magento#19927: [Backport] [Framework] New Link is not correctly shown as Current if contains default parts (by @eduard13)


Fixed GitHub Issues:
 - magento#19940: Exception undefined variable itemsOrderItemId while creating shipment through MSI (reported by @mohammadzakir) has been fixed in magento#20082 by @milindsingh in 2.2-develop branch
   Related commits:
     1. 4802e00
     2. cb15b01

 - magento#19230: Can't Cancel Order (reported by @friendscottn) has been fixed in magento#19423 by @Winfle in 2.2-develop branch
   Related commits:
     1. cede04f
     2. 11480e8
     3. 10fbf40
     4. 1e2f3fb
     5. 5ea6e72
     6. 9a63dad
     7. 36c2329
     8. fdf7da4

 - magento#19099: New Link is not correctly shown as Current if contains default parts (reported by @eduard13) has been fixed in magento#19927 by @eduard13 in 2.2-develop branch
   Related commits:
     1. 0e027a0
     2. 1357888
     3. 83cbf32
     4. 02bc6fa
     5. cf1e877
     6. a03c156
…product doesn't belong in the current category magento#20286

 - Merge Pull Request magento#20286 from GovindaSharma/magento2:2.2-develop-PR-port-19232
 - Merged commits:
   1. 0247fc3
sivaschenko and others added 27 commits January 26, 2019 14:06
Accepted Public Pull Requests:
 - magento#20522: [Backport] Add useful debug info for which website has not been found (by @mageprince)
 - magento#20505: [Backport] Added constants to unit codes to make it easier to reuse it if necessary (by @mageprince)
 - magento#20509: [Backport] Added required error message. (by @mageprince)
 - magento#18362: [Backport] fix(Webapi Xml Renderer - 18361): removed the not needed ampersand re� (by @nickshatilo)
 - magento#20541: [Backport] Issue fixed magento#19985 Send email confirmation popup close button area ov� (by @irajneeshgupta)
 - magento#20184: [Backport] Fix issue 19887 creating new shipment: getting all trackers. (by @mage2pratik)


Fixed GitHub Issues:
 - magento#18361: Customer last name is encoded twice in the XML interface (reported by @nickshatilo) has been fixed in magento#18362 by @nickshatilo in 2.2-develop branch
   Related commits:
     1. ecd9dc4
     2. 0f75306
     3. ed497dc

 - magento#19985: Send email confirmation popup close button area overlapping to content  (reported by @cedarvinda) has been fixed in magento#20541 by @irajneeshgupta in 2.2-develop branch
   Related commits:
     1. 8d949bd
     2. 2e4d7e1

 - magento#19887: creating new shipment: gettting all trackers. after this commit  2307e16 (reported by @aldf) has been fixed in magento#20184 by @mage2pratik in 2.2-develop branch
   Related commits:
     1. f8df2df
     2. 8b59fc0
Accepted Public Pull Requests:
 - magento#20457: [Backport] Area Frontend: Fixed checkbox alignment account information page. (by @suryakant-krish)
 - magento#20455: [Backport] Fixed 19800 Contact us : design improvement (by @suryakant-krish)
 - magento#20456: [Backport] Fixed 19791: Logo vertical misalignment.  (by @suryakant-krish)
 - magento#20284: [Backport] Fix issue causing attribute not loading when using getList (by @GovindaSharma)


Fixed GitHub Issues:
 - magento#19645: Area Frontend: Account information page checkbox alignment issue. (reported by @suryakant-krish) has been fixed in magento#20457 by @suryakant-krish in 2.2-develop branch
   Related commits:
     1. 4cdc2f0

 - magento#19800: Contact us : design improvement (reported by @suryakant-krish) has been fixed in magento#20455 by @suryakant-krish in 2.2-develop branch
   Related commits:
     1. e8dc461
     2. 3fcc2eb
     3. c1432e6
     4. c57fb36
     5. 6f3207f
     6. ab99ef7
     7. 0641711

 - magento#19791: Logo vertical misalignment. (reported by @suryakant-krish) has been fixed in magento#20456 by @suryakant-krish in 2.2-develop branch
   Related commits:
     1. 7b235de

 - magento#17759: M2.2.5 : CustomerRepository::getList() does not load custom attribute if the name is "company" (reported by @kanduvisla) has been fixed in magento#20284 by @GovindaSharma in 2.2-develop branch
   Related commits:
     1. 0600244
     2. a59c0b4
Accepted Public Pull Requests:
 - magento#20177: magento#15950: Magento2 CSV product import qty and is_in_stock not working correct. (by @p-bystritsky)


Fixed GitHub Issues:
 - magento#15950: Magento2 CSV product import qty and is_in_stock not working correct (reported by @matin73) has been fixed in magento#20177 by @p-bystritsky in 2.2-develop branch
   Related commits:
     1. 4ec34a2
[TSG] Backporting for 2.2 (pr70) (2.2)
abrarpathan19 pushed a commit that referenced this pull request Jan 29, 2019
@abrarpathan19 abrarpathan19 merged commit 0064798 into 2.2-develop Jan 29, 2019
abrarpathan19 pushed a commit that referenced this pull request Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.