Deleting maillog entries currently does nothing because of a unconverted query. The attached patch fixes that.

Comments

pluess’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new707 bytes
new1.82 KB

Thanks for the patch, this part was indeed missing.

Recreated the patch by adding the changes from #1229874: Views 'delete' button not working / .info file cleanup since this fixes do belong together.

I had to add a

drupal_goto('admin/reports/maillog');

otherwise I only got a white screen after deleting a log item. This is contained in the second patch.

miro_dietiker’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.