View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017996 | phpList 3 application | Interface - Administrator | public | 29-01-16 10:31 | 16-01-19 09:46 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.2.4 | ||||
Summary | 0017996: Unable to delete attribute values | ||||
Description | A problem reported in the user forum https://discuss.phplist.org/t/problems-delete-record-in-subscriber-attributes/1407 On the editattributes.php page, which shows the allowed values of a select list or checkbox group, it is not possible to delete one of the values. The message "Error: you do not have sufficient access" is displayed. This seems to be caused by the delete action being a GET, instead of a POST, and the function verifyToken() in lib.php then returns false because it expects $_POST['formtoken'] to be set. | ||||
Tags | No tags attached. | ||||