Patch #35396
Use base_scope for issue query results
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 5.0.0 |
Description
This is some refactoring, which drops redundant definition of query scope. With this change, base_scope is used for issues.
Second advantage is, plugin developer can overwrite base_scope to include more features (e.g. for search filter).
There are no downsides with it.
Associated revisions
Use base_scope for issue query results (#35396).
Patch by Alexander Meindl.
History
#1
Updated by Alexander Meindl about 1 year ago
- File issues_with_base_scope_v2.patch
added
I created a second patch, which also uses base_scope for issue_ids.
#2
Updated by Go MAEDA about 1 year ago
- Category changed from Issues list to Code cleanup/refactoring
- Target version set to Candidate for next major release
#3
Updated by Go MAEDA about 1 year ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
#4
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.