Defect #38908
closedWiki "Watch" option not working
0%
Description
Hi everyone,
One of our project members found out yesterday, that the "Watch" Wiki option in redmine is no longer functioning.
If I understood it correctly, when you watch a wiki, you will be notified whenever someone makes any changes to that wiki. Am I right?
If not please feel free to correct me :)
Now, I have tried watching a few wikis and someone else would change something in those wikis, however there is nothing in the logs that can tell me what went wrong, redmine isn't even trying to send an e-mail.
Does anyone have any idea what could possibly be wrong with my setup?
Here is a part of my log:
Started POST "/watchers/watch?object_id=99&object_type=wiki_page" for x.x.x.x at 2023-08-04 07:59:20 +0200
Processing by WatchersController#watch as JS
Parameters: {"object_id"=>"99", "object_type"=>"wiki_page"}
Current user: user.name (id=137)
Rendered watchers/_watchers.html.erb (5.8ms)
Rendered watchers/_set_watcher.js.erb (7.4ms)
Completed 200 OK in 23ms (Views: 5.9ms | ActiveRecord: 7.9ms)
Started DELETE "/watchers/watch?object_id=99&object_type=wiki_page" for x.x.x.x at 2023-08-04 07:59:20 +0200
Processing by WatchersController#unwatch as JS
Parameters: {"object_id"=>"99", "object_type"=>"wiki_page"}
Current user: user.name (id=137)
Rendered watchers/_watchers.html.erb (1.9ms)
Rendered watchers/_set_watcher.js.erb (4.3ms)
Completed 200 OK in 17ms (Views: 3.2ms | ActiveRecord: 5.5ms)
Thank you in advance.
Best Regards,
Darius Neagoe
Files