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

Extra informatie toevoegen bij lid #161

Merged
merged 3 commits into from
Mar 10, 2024
Merged

Extra informatie toevoegen bij lid #161

merged 3 commits into from
Mar 10, 2024

Conversation

Suverkropp
Copy link

fixes #149. Ik heb de relevante code naar main gehaald. Er is geen configuratie om dit uit te zetten, maar ik weet niet of dat nog nodig is?

Comment on lines 53 to 60
->setSearchFields(['id', 'firstName', 'lastName', 'email', 'phone', 'city', 'postCode'])
;
}

public function configureFilters(Filters $filters): Filters
{
return $filters
->add(EntityFilter::new('division'))
->add(EntityFilter::new('currentMembershipStatus'));
$filters->add(EntityFilter::new('division'));
return $filters;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is er een reden dat je deze weghaalt? In #162 breid ik deze juist uit.

Copy link
Author

Choose a reason for hiding this comment

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

Nee, dit is fout gegaan bij het rebasen. Ik heb een nieuwe commit gepushed om dit te corrigeren

@Gwildor Gwildor merged commit 19cb0cd into main Mar 10, 2024
1 check passed
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.

Toevoegen extra informatie bij lid
3 participants