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...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | delete_update_function.patch | 891 bytes | berdir |
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...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | delete_update_function.patch | 891 bytes | berdir |
Comments
Comment #1
berdirThere 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.
Comment #2
berdirThe attached update function adds the delete permission to all roles that have the read privatemsg permission.
Comment #3
berdirI 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.
Comment #4
berdirFixed in 6.x-1.x-dev
Comment #5
berdirdouble post