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

Override opt-in on multiple users #935

Closed
NicoHood opened this issue Sep 1, 2022 · 2 comments
Closed

Override opt-in on multiple users #935

NicoHood opened this issue Sep 1, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@NicoHood
Copy link
Contributor

NicoHood commented Sep 1, 2022

Is your feature request related to a problem? Please describe.
I started using different list for different of my clients. It turned out to be a bad idea, so I want to move them all into one, but without sending them a new confirmation email.

When Editing a single user, I can do this:
image

When selecting multiple users in an existing list, I can only do this:
image

Describe the solution you'd like
It would be nice to have an override feature there as well.

NOTE: I am still on 2.1, if that feature is available in the meantime, I am super sorry.

@NicoHood NicoHood added the enhancement New feature or request label Sep 1, 2022
@knadh
Copy link
Owner

knadh commented Sep 1, 2022

Makes sense. For now, you could run this query: UPDATE subscriber_lists SET list_id=$newID WHERE list_id=$oldID.

@knadh knadh closed this as completed in d8e3e25 Nov 1, 2022
@knadh
Copy link
Owner

knadh commented Nov 1, 2022

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants