-
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
COM-908 Add test contact list #78
base: main
Are you sure you want to change the base?
Conversation
demo/admin/src/common/brevoModuleConfig/brevoContactsPageAttributesConfig.tsx
Outdated
Show resolved
Hide resolved
packages/api/src/mikro-orm/migrations/Migration20240830112400.ts
Outdated
Show resolved
Hide resolved
f8542b5
to
ba960b0
Compare
packages/api/src/brevo-contact/dto/brevo-test-contact-input.factory.ts
Outdated
Show resolved
Hide resolved
…tGroup to avoid assigning a contact to all targetGroups without filter
7318bf6
to
3112855
Compare
demo/admin/src/common/brevoModuleConfig/brevoContactsPageAttributesConfig.tsx
Outdated
Show resolved
Hide resolved
@juliawegmayr I just checked out the branch and the test list shows up in the target groups |
Fixed here: 205b281 |
@juliawegmayr Shouldn't this work with the "normal" filters above? in "options.filter". Why do you need the custom filter logic here? |
True! I removed my changes again: ebfe653 |
Add changeset (if necessary)
Create a test contact list
Fix: if a contact is added to the main list, it was added to all lists without filters. Added a check for manuallyAssignedContacts.
Contacts added to a test list, don't need a double opt-in.
If a contact is added to the test list, it is possible to add it to the main list as well. Then a DOI is sent.
Test list is not displayed in the target group page.