-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix Filter Customer Report Review #11524
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
Fix Filter Customer Report Review #11524
Conversation
Hi @osrecio |
Changed |
@osrecio |
I will work on it |
@ishakhsuvarov Added test to test functionality of |
- Integration test added
Hi @osrecio Thank you. |
…to2 into PR#ReportCustomerReview
- Integration test updated
Seems like is ok. Thanks @ishakhsuvarov |
- Integration test updated
* upstream/2.3-develop: (37 commits) MAGETWO-81033: Create GraphQL single product fetch endpoint - Address static failure MAGETWO-81033: Remove unnecessary classes MAGETWO-81033: Create GraphQL endpoint for fetching single product - Adds functional tests, fixtures, and client - Adds support for simple and configurable product magento#11524: Fix Filter Customer Report Review - Integration test updated MAGETWO-82561: [TASK] Moved Customer Groups Menu Item from Other settings to Customers magento#11652 MQE-478: Deliver Pangolins Sprint 11 MQE-478: Deliver Pangolins Sprint 11 MQE-478: Deliver Pangolins Sprint 11 magento#11522: Fix Filter Customer Report Review - Integration test updated magento#11524: Fix Filter Customer Report Review - Integration test added Fix Magento/Backend/Block/Media/Uploader.php getConfigJson() method, using undefined class property _coreData MAGETWO-77673: <![CDATA[]]>in system.xml translate phrase not work, if comment starts from new line[port from 2.2-develop]. MQE-478: Deliver Pangolins Sprint 11 MQE-440: metadata changes for path parameters bug fix. MQE-237: [Generator] Add before and after logic to suites MQE-394: Pre-Install Script MQE-440: Added configurable product related metadata, data, and a sample test. MQE-429: Added a sample test to perform api PUT request. MQE-453: [DevOps] Add optional arg for consolidated test run MQE-345: [DevOps] [Customizability] Create suite schema declaration and supporting interpretation ...
Remove
where
part from SelectCountSql when grid is filteredDescription
When customer is filtered in
Reports -> Review -> By Customer
, Grid tries to get number of rows but how you add a custom name that concatscustomer.firstname
andcustomer.lastname
and you need remove where from SelectCountSqlFixed Issues (if relevant)
Manual testing scenarios
Contribution checklist