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

Error message is missing one parameter #263

Closed
qosobrin opened this issue Apr 12, 2018 · 1 comment
Closed

Error message is missing one parameter #263

qosobrin opened this issue Apr 12, 2018 · 1 comment
Labels
Milestone

Comments

@qosobrin
Copy link
Contributor

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.

@ikedas ikedas added the bug label Apr 20, 2018
@ikedas ikedas added this to the 6.2.34 milestone Apr 20, 2018
ikedas added a commit to ikedas/sympa that referenced this issue May 1, 2018
ikedas added a commit that referenced this issue May 1, 2018
Issue #263: Error message is missing one parameter
@ikedas
Copy link
Member

ikedas commented May 1, 2018

Fixed. Thanks for reporting bug!

@ikedas ikedas closed this as completed May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants