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
Link to delete all recipients of mailing list is missing
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Link to delete all recipients of mailing list is missing
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:
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');
OpenEMM Maintainer