-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.1-develop]: Attribute category_ids issue #11389 #11806
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
One test reported an undefined "offset 1" for data, that has no port. Simple solution: remove list() and just work with the array.
It has to stay there, so that no older code breaks
Has to be done to be backwards compatible
ObjectManager is used in ConfigDataFactory to create new instances of ConfigData
From db79dbf Mon Sep 17 00:00:00 2001 From: freakphp <[email protected]> Date: Sun, 17 Sep 2017 12:52:00 +0200 Subject: [PATCH 1/2] magento#10803 update OrderService to return correct bool value for cancel method From d4cddf7 Mon Sep 17 00:00:00 2001 From: Ievgen Shakhsuvarov <[email protected]> Date: Mon, 18 Sep 2017 12:22:00 +0200 Subject: [PATCH 2/2] magento#10919: update OrderService to return correct bool value
…er to allow custom formatting magento#11138 - Merge Pull Request magento#11138 from jokeputs/magento2:store-address-template-argument - Merged commits: 1. 58d96ae
- Merge Pull Request magento#11160 from strell/magento2:2.2-develop - Merged commits: 1. 2a9255c
…e issue magento#10930 magento#11154 - Merge Pull Request magento#11154 from denysbabenko/magento2:9877 - Merged commits: 1. 991ecc7
I Think a shorter variable naming in tests would not only shorten the code, but also make it harder to understand.
- Remove scalar type and return hints - Inline mapHostData method & get rid of SupressWarning - Remove @api on new interface & implementation
…uct page when other language used
…rrent URL is secure magento#10244 - for 2.2
…to not cause JS errors magento#10462
…Serialized fields - for 2.2
…duct Option not showing in Layered Navigation - fix static tests
…nto MAGETWO-71554
[KoKoC] 2.2-develop stabilization + cumulative PR merge
…nto2ce into Qwerty-PR20171006
…nto2ce into Qwerty-PR20171006
…nto MAGETWO-71554
Fixed issues: - MAGETWO-71552: Attribute values on store view level not searchable - for 2.2 - MAGETWO-72866: Redundant indexers invalidation - RIATCS-340 - MAGETWO-75458: [Backport] - Fix overwrite default value image/file with NULL magento#10253 - for 2.2 - MAGETWO-75460: [Backport] - LowestPriceOptionsProvider returns products without attributes which are used for price calculation (e.g. tax adjustment) - MAGETWO-80193: [2.2.x] - Add cast to string for CUST_GROUP_ALL magento#10475 - MAGETWO-80204: [2.2.x] - Grammar fix for magento#9533 magento#10627 - MAGETWO-71549: Impossible to export Advanced Prices on a medium profile - MAGETWO-80198: [2.2.x] - Fix issue magento#10565 magento#10575 - MAGETWO-80197: [2.2.x] - Fix JS translation search magento#10445 - MAGETWO-80195: [2.2.x] - Send different base currency in Google analytics magento#10508
Public Pull Requests magento#11291 magento#11155
Bug - MAGETWO-71554 Visual Merchandiser category edit performance issue - for 2.2
Fixed issue: MAGETWO-77777 [2.2.x] - [Magento Cloud] Using search synonyms from the same group gives different results array bug fix Category_ids display no Refactoring continue condition Condition rewrite
Dmytro Horytskyi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Attribute category_ids issue
Fixed Issues
Contribution checklist