Vote #78077
完了Issue destroy : Reassign time issue autocomplete
0%
説明
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
journals
Pull request on GitHub : https://github.com/redmine/redmine/pull/91
--------------------------------------------------------------------------------
Sorry bad title, supposed to be : "Issue destroy : Reassign time issue autocomplete"
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed with slight changes. I removed the wrapping span, let me know if it was of any use.
--------------------------------------------------------------------------------