forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Forwardport] Add missing table aliases to fields mapping for Customer Group filter… #29
Merged
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
…count down as more characters are entered
…count down as more characters are entered
…count down as more characters are entered - Refactor based on review comments
…count down as more characters are entered - Add unit test
…count down as more characters are entered
…to MAGETWO-91848-max-characters
…elds list magento#83 - Merge Pull Request magento/graphql-ce#83 from sergy-gzh/graphql-ce:bugfix/26-imit-list-of-filterable-fields - Merged commits: 1. 38180f2
- Write plugin to invalidate fulltext - Invalidate category_product on after delete for Category resource model - Write integration tests
…tegory-Product-Indexer
…count down as more characters are entered - Stabilize builds
…tegory-Product-Indexer
…count down as more characters are entered - Build stabilization
…437-Category-Product-Indexer [honey] MAGETWO-91437: Catalog_category_product_index table doesn't update after deleting category
…haracters [borg] MAGETWO-91848: Hint on product option with Maximum Characters should count down as more characters are entered
…ternal extensions
…OM-1833-magento-graphql-ce-83
…to-graphql-ce-83 Engcom 1833 magento graphql ce 83
…namespace-agnostic-2.3-develop
…tests-namespace-agnostic-2.3-develop [borg] MAGETWO-92468: Make PR testsuite namespace-agnostic
… and sorting processor magento#15822
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.
Original Pull Request
magento#15826
… and sorting processor magento#15822
Description
This PR is a fix for magento#15822. Issue is caused by missing table alias prefixes in field mappings for customer group filter and sorting processors.
Fixed Issues
Manual testing scenarios
Follow the steps described in the relevant issue.
Contribution checklist