Defect #13231
Can't Delete Watcher On Current Trunk 2.3.x
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | - | |||
Resolution: | Fixed | Affected version: |
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'
Associated revisions
History
#1
Updated by Etienne Massip over 9 years ago
- Status changed from New to Confirmed
- Target version set to 2.3.0
#2
Updated by Jean-Philippe Lang over 9 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.
#3
Updated by Toshi MARUYAMA over 9 years ago
- Target version deleted (
2.3.0)
#4
Updated by Miodrag Milic over 9 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.
#5
Updated by Dipan Mehta over 9 years ago
Which target version will this be available?
#6
Updated by Jean-Philippe Lang over 9 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.