Defect #13231
closedCan't Delete Watcher On Current Trunk 2.3.x
0%
Description
Hi,
I upgraded our installation to the current trunk. One bug that i've noticed is that I can't properly delete a watcher from an issue.
ActionController::RoutingError (No route matches [POST] "/issues/22755/watchers/3"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call'
Updated by Etienne Massip almost 12 years ago
- Status changed from New to Confirmed
- Target version set to 2.3.0
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from Confirmed to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r11443, thanks for pointing this out.
Updated by Miodrag Milic over 11 years ago
After that bug, somehow, on my production system one of the people that was added as a watcher when the bug was active, now receives the notification mail for each new issue in the project (and I think even for other projects). I always see him in to:
field of the sent email while other watchers are in cc
field.
How do I fix this ? I guess manual database intervention is required.
Updated by Dipan Mehta over 11 years ago
Which target version will this be available?
Updated by Jean-Philippe Lang over 11 years ago
Dipan Mehta wrote:
Which target version will this be available?
AFAIK, stable releases were not affected. The fix is commited in trunk already.