Page 1 of 1

Link to delete all recipients of mailing list is missing

Posted: Tue Oct 08, 2013 3:08 pm
by Domino
Hi,

i want to delete all recipients of an e-mail list, but the link shown in the manual (manual/de/html/index.html?modifying_a_mailing_list.htm) is missing. Can anyone please tell me, whether i misconfigured openEMM, or if this is a bug?

Thanks in advance!

Domino

Re: Link to delete all recipients of mailing list is missing

Posted: Wed Oct 09, 2013 2:49 pm
by maschoff
You selected a certain mailing list and you do not see link "Delete recipients of this mailinglist"? In this case permission mailinglist.recipients.delete seems to be missing.

Maybe file update_openemm-2011-2013.sql was not executed, especially this SQL statement which sets new permissions:

Code: Select all

INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'targets.change'),(4,'targets.delete'),(4, 'mailloop.change'),(4,'mailloop.delete'),(4,'pluginmanager.show'),(4,'mailinglist.recipients.delete'),(4, 'recipient.column.select');