A strange error turned up while testing the privatemsg_filter module in conjunction with the User Relationships module. Basically, if the privatemsg_filter module is enabled a "Tags" fieldset is placed on the User Relationships module settings page at admin/config/people/relationships/settings.
As a result, it is impossible to save any settings at admin/config/people/relationships/settings. And upon saving the page, the following message is displayed at the top: "Tagging information has been saved."
Berdir and I have confirmed that disabling the privatemsg_filter module gets rid of the issue.
--Ben
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix_tags_alter.patch | 1.23 KB | berdir |
Comments
Comment #1
berdirThe attached patch should fix it.
Comment #2
BenK commentedBerdir,
Thanks. Works great. This is ready to be committed!
--Ben
Comment #3
berdirThanks for testing, commited. Only necessary in the 7.x-1.x branch..