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 over 3 years ago
I created a second patch, which also uses base_scope for issue_ids.
Updated by Go MAEDA over 3 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 over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Actions