Project

General

Profile

Actions

Patch #24692

closed

Issue destroy : Reassign time issue autocomplete

Added by Anonymous over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
Issues
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

When deleting an issue, you get a form to propose you where to reassign the time entries. This patch provides an autocomplete instead of entering the raw issue ID.

Patch tested and fully working for Redmine 3.3.1-devel


Files

Actions #1

Updated by Anonymous over 7 years ago

  • Status changed from New to Resolved
Actions #2

Updated by Anonymous over 7 years ago

Sorry bad title, supposed to be : "Issue destroy : Reassign time issue autocomplete"

Actions #3

Updated by Go MAEDA over 7 years ago

  • Subject changed from Issue destroy : Also reassign descendants spent hours to Issue destroy : Reassign time issue autocomplete
  • Status changed from Resolved to New
Actions #4

Updated by Go MAEDA over 7 years ago

  • Status changed from New to Needs feedback

Thank you for submitting the patch.

Reassigning destination issue must be an issue within the same project (please see the code in IssuesController#destroy: source:trunk/app/controllers/issues_controller.rb@15923#L354 ). Therefore the auto completing should not suggest issues in other project.

I am not sure, but I think the key-value pair :scope => Setting.cross_project_subtasks in the arguments of escape_javascript auto_complete_issues_path should be removed.

Actions #5

Updated by Go MAEDA over 7 years ago

Go MAEDA wrote:

Reassigning destination issue must be an issue within the same project (please see the code in IssuesController#destroy: source:trunk/app/controllers/issues_controller.rb@15923#L354 ). Therefore the auto completing should not suggest issues in other project.

Fixed. Updated the patch.

Actions #6

Updated by Go MAEDA over 7 years ago

  • Target version changed from Candidate for next major release to 3.4.0
Actions #7

Updated by Jean-Philippe Lang over 7 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang

Committed with slight changes. I removed the wrapping span, let me know if it was of any use.

Actions

Also available in: Atom PDF