It is not possible to add or remove a tag of a message in the inbox.
Steps to reproduce:
- Go to the inbox of privatemsg
- mark a message by clicking its checkbox
- choose apply tag from the actions menu and apply an already defined tag.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | privatemsg_filter_fixes.patch | 8.12 KB | berdir |
Comments
Comment #1
berdirThe attached patch fixes the reported bug and also an incorrect permission usage (filter private messages instead of tag private messages for the apply/remove Tag select boxes).
EDIT: ... and also adds tests for adding/removing tags to multiple threads.
Comment #2
berdirFixed the original bug in 6.x-2.x-dev (I already fixed it in 7.x-1.x-dev) and fixed the permission issue in all branches. 7.x-1.x contained a few other bugs that were discovered by the news tests, fixed those too.
Also ported the tests to all branches.
Less bugs and more tests on all branches, nice!