View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019114 | phpList 3 application | Admin Management | public | 16-03-18 11:02 | 02-05-18 10:47 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.3.2 | ||||
Target Version | 3.3.3 | Fixed in Version | 3.3.2 | ||
Summary | 0019114: Rows in new table user_message_view should be deleted | ||||
Description | There is a new table user_message_view. When a user or message is deleted then the corresponding rows in that table should also be deleted. A user is deleted using function deleteUser() in admin/inc/userlib.php. A message is deleted using function deleteMessage() in admin/lib.php. | ||||
Tags | No tags attached. | ||||
|
isn't that handled in 0019116 ? reopen if you think it's not |
|
ah, no, I was wrong. One is about deleting a message, the other about the user. |
|
PR: https://github.com/phpList/phplist3/pull/268 |