Actions
Patch #24877
closedFilter parent task issues in auto complete by open/closed status depending on the subtask status
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This patch is related to #10989 and adds the following changes:
- propose in parent task auto complete only open issues if the issue is open
- propose in parent task auto complete only closed issues if the issue is closed
In this way we'll reduce the changes to choose an invalid parent issue.
Files
Updated by Marius BĂLTEANU almost 8 years ago
- File current_issue.png current_issue.png added
- File 02_filter_subtask_from_issues_autocomplete.patch 02_filter_subtask_from_issues_autocomplete.patch added
Attached another patch that can be applied after my previous patch that adds a new small improvement to the issues returned by the autocomplete. It filters out from the proposed issues the subtask (from which the search is made).
Actual behaviour:
Updated by Jean-Philippe Lang almost 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Patch committed with slight changes (SQL error with PostgreSQL), thanks.
Actions