Skip to content
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

[Admin] Backend view - duplicate search result on filtered list #284

Merged
merged 3 commits into from
May 4, 2022

Conversation

aryaantony92
Copy link
Contributor

Resolves #275

@CLAassistant
Copy link

CLAassistant commented May 2, 2022

CLA assistant check
All committers have signed the CLA.

@@ -138,6 +138,7 @@ public function addListingFilters(Concrete $listing, array $filters, User $admin
$segments[] = $segment;
}
}
$handler->getListing()->setGroupBy('o_id', true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we set groupBy in CustomerController:buildListing()? as this will also used by export/download.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aryaantony92 please see

@dvesh3 dvesh3 assigned robertSt7 and unassigned dvesh3 May 4, 2022
@dvesh3 dvesh3 force-pushed the customer_duplicate_search_fix branch from d1af0b8 to 6fc9bd2 Compare May 4, 2022 09:12
@robertSt7 robertSt7 merged commit 305c542 into 3.2 May 4, 2022
@robertSt7 robertSt7 deleted the customer_duplicate_search_fix branch May 4, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: [Admin] Backend view - duplicate search result on filtered list
4 participants