Project

General

Profile

Actions

Defect #6479

closed

Changing tracker type will lose watchers

Added by Kai Hu over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Category:
Issues
Target version:
Start date:
2010-09-24
Due date:
% Done:

100%

Estimated time:
Resolution:
Fixed
Affected version:

Description

version : 1.0.1

steps to reproduce:
- create a defect ticket
- add a few watchers
- update the ticket to be a feature ticket
- all watchers are gone

Actions #1

Updated by Mischa The Evil over 13 years ago

  • Priority changed from Normal to High

The implications of this behaviour results in unexpected loss of watchers...

Actions #2

Updated by Mischa The Evil over 13 years ago

Currently, a workaround to change the tracker without losing all the current watchers is to utilize the issue-move functionality.

Actions #3

Updated by Jean-Baptiste Barth over 13 years ago

  • Status changed from New to Resolved
  • Assignee set to Jean-Baptiste Barth
  • Target version set to 1.1.0
  • % Done changed from 0 to 100
  • Resolution set to Fixed

Fixed in r4181. It may be too late for 1.0.2, so I target it for 1.1.0.

Cause of the bug : it's because changing tracker triggers build_new_issue_from_params method but without params[:issue]['watcher_user_ids'] (when an issue already exists, watchers are managed in the sidebar, not in the main form). It's just a temporary patch, it's not really clean that updating an existing issue triggers new/create actions. So it may need more work later...

Actions #4

Updated by Felix Schäfer over 13 years ago

Jean-Baptiste Barth wrote:

Fixed in r4181. It may be too late for 1.0.2, so I target it for 1.1.0.

It shouldn't wait for 1.1.0, Eric: could you look into adding it to 1.0.2, and if you don't stage it for 1.0.3?

Actions #5

Updated by Eric Davis over 13 years ago

  • Target version changed from 1.1.0 to 1.0.2

Felix:

Agreed, it should be fine for 1.0.2 as long as it merges successfully.

Actions #6

Updated by Eric Davis over 13 years ago

  • Status changed from Resolved to Closed

Merged into 1.0-stable

Actions

Also available in: Atom PDF