Patch #24877
Filter parent task issues in auto complete by open/closed status depending on the subtask status
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 3.4.0 |
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.
Associated revisions
Filter parent task issues in auto complete by open/closed status depending on the subtask status (#24877).
Patch by Marius BALTEANU.
History
#1
Updated by Jean-Philippe Lang over 5 years ago
- Target version set to 3.4.0
#2
Updated by Marius BALTEANU over 5 years ago
- File current_issue.png added
- File 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:
#3
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Patch committed with slight changes (SQL error with PostgreSQL), thanks.