You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the web interface, when you try to add a subscriber to a list in which he is already a member you get an error that is missing the list name. For example, if I try to add user member@domain.org to list list@domain.org I get the error message:
ERROR (add) - The User 'member@domain.org' is already subscriber of list ''.
I have checked the template used to create the error and the code seems to be passing the right variables:
[%~ ELSIF report_entry == 'already_subscriber' ~%]
[%|loc(report_param.email,report_param.listname)%]The User '%1' is already subscriber of list '%2'.[%END%]
Regards.
The text was updated successfully, but these errors were encountered:
In the web interface, when you try to add a subscriber to a list in which he is already a member you get an error that is missing the list name. For example, if I try to add user member@domain.org to list list@domain.org I get the error message:
I have checked the template used to create the error and the code seems to be passing the right variables:
Regards.
The text was updated successfully, but these errors were encountered: