Actions
Patch #35396
closedUse base_scope for issue query results
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.
Files
Updated by Alexander Meindl almost 5 years ago
I created a second patch, which also uses base_scope for issue_ids.
Updated by Go MAEDA almost 5 years ago
- Category changed from Issues list to Code cleanup/refactoring
- Target version set to Candidate for next major release
IssueQuery#base_scope was added in r14642. I think the proposed changes should have been included in r14642.
Updated by Go MAEDA almost 5 years ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Actions