The url redirecting to user's notification settings is wrong. The default path is [site:url]/notification-settings instead of [site:url]/user/[message:user:uid]/notification-settings
I can fix it in the backoffice but the default path must be changed in the code.
[edit] : After some research, I found two lines where the link is wrong : commons_notify.features.inc lines 37 and 39
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | correct-user-notification-settings-url-2107967-2.patch | 2.97 KB | devin carlson |
Comments
Comment #1
Flohw commented[to delete or hide]
Comment #2
devin carlson commentedA patch to update the URL to the user's notification settings with an update function to revert the message feature.
Comment #3
ezra-g commentedLooks good - Committed. Thanks for the bug report and the fix!
http://drupalcode.org/project/commons.git/commit/7d655fe
Comment #4.0
(not verified) commentedMore precision about the url