As the title says: Where did the "delete message" button go in Dev version? :)

I cannot see the delete link, on the conversation page after upgrading to latest dev version...

CommentFileSizeAuthor
#2 delete_update_function.patch891 bytesberdir

Comments

berdir’s picture

Version: » 6.x-1.x-dev

There is a new permission called delete privatemsg, you need to configure that.

We need to create a update function to restore the previous state for existing users, but it is not yet present in the -dev release.

berdir’s picture

Status: Active » Needs review
StatusFileSize
new891 bytes

The attached update function adds the delete permission to all roles that have the read privatemsg permission.

berdir’s picture

Status: Needs review » Reviewed & tested by the community

I think this is ready to go in, I tested it again on MySQL and PostgreSQL and it does work as expected.

Hint: This does not need to be ported to D7, as you are supposed to have an up to date privatemsg version when you update to D7.

berdir’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 6.x-1.x-dev

berdir’s picture

double post

Status: Fixed » Closed (fixed)

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