Project

General

Profile

Actions

Defect #17175

closed

It's not possible to remove Assignee from ticket

Added by Alexander Muthmann almost 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
No feedback
Affected version:

Description

If you try to remove an assignee from a ticket, you can either use the bulk or detail view. In both cases, changing the assignee to <<nobody>> or " " will not work.
There seems to be a missing assigned_to_id field in the UPDATE statement:

   (1.6ms)  UPDATE `issues` SET `updated_on` = '2014-06-13 13:48:57', `lock_version` = 11 WHERE (`issues`.`id` = 350 AND `issues`.`lock_version` = 10)

if you assign the ticket to a valid user, this happens:

  (1.3ms)  UPDATE `issues` SET `assigned_to_id` = 3, `updated_on` = '2014-06-13 13:47:15', `lock_version` = 3 WHERE (`issues`.`id` = 217 AND `issues`.`lock_version` = 2)

Environment:
Redmine version 2.5.1.stable
Ruby version 2.0.0-p457 (2014-03-03) [i386-linux-gnu]
Rails version 3.2.17
Environment production
Database adapter Mysql2

Actions #1

Updated by Jan Niggemann (redmine.org team member) almost 10 years ago

Can't reproduce on 2.5.1 / ruby 1.9.3 / rails 3.2.17 / MySQL / Debian 7.5...

Actions #2

Updated by Toshi MARUYAMA over 9 years ago

  • Status changed from New to Needs feedback

Do you use plugins?

Actions #3

Updated by Jean-Philippe Lang almost 9 years ago

  • Status changed from Needs feedback to Closed
  • Resolution set to No feedback
Actions

Also available in: Atom PDF