Link to delete all recipients of mailing list is missing

Use this forum for all other questions regarding OpenEMM

Moderator: moderator

Domino
Posts: 3
Joined: Thu Feb 14, 2013 2:36 pm

Link to delete all recipients of mailing list is missing

Post 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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

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

Post 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');
OpenEMM Maintainer
Post Reply