-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Permit Nesting of Lists #2212
Comments
Add
|
@knadh Happy to work on this if approved. Curious about alternative suggestions that you would provide on this. |
it is ok to have includes for nesting lists in lists Add in list editing subscribers management |
Example:
List
KeyUsers-CustomerA: [KU-Subscriber1@CustomerA, KU-Subscriber2@CustomerA, KU-Subscriber3@CustomerA]
KeyUsers-CustomerB: [KU-Subscriber4@CustomerB, KU-Subscriber5@CustomerB]
KeyUsers-CustomerC: [KU-Subscriber6@CustomerC, KU-Subscriber7@CustomerC, KU-Subscriber8@CustomerC]
We need to create a new list: KeyUser-All: [KeyUsers-CustomerA,KeyUsers-CustomerB,KeyUsers-CustomerC]
thks
The text was updated successfully, but these errors were encountered: