View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020334 | phpList 3 plugins | General | public | 14-02-21 11:12 | 27-02-21 12:20 |
Reporter | ArmanB | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0020334: Can't remove email address from "List of email addresses to CC in system messages (separate by commas)" | ||||
Description | v3.6.1 Config/Settings, under the "reporting settings" header, has a field for "List of email addresses to CC in system messages (separate by commas)". It appears to be meant as an optional addition to the main recipient of reports. IIRC, this field is empty by default. Click the edit icon, enter an email address and Save changes. Click the edit icon again, remove the email address and Save changes. Actual behaviour: The email address is not removed. Expected behaviour: the email address is removed (no longer saved in the system for this purpose). | ||||
Tags | No tags attached. | ||||
|
The same problem applies to the "Who gets the reports (email address, separate multiple emails with a comma)" field. There is a problem with the validation of "emaillist" config fields in the function SaveConfig() in file connect.php. That does not allow the field to be empty. Pull request to fix this problem https://github.com/phpList/phplist3/pull/742 |
Date Modified | Username | Field | Change |
---|---|---|---|
14-02-21 11:12 | ArmanB | New Issue | |
15-02-21 07:30 | duncanc | Note Added: 0063797 | |
15-02-21 11:29 | duncanc | Note Edited: 0063797 | View Revisions |
27-02-21 12:20 | michiel | Status | new => assigned |