Actions
Refactor #21083
closedUse explicit relation for task -> user association
Difficulty:
Triaged:
No
Pull request:
Description
Currently, we are using special type of lock called "owner" to determine
the link between task and user. This approach is to cryptic + causes some
issues with scoped-search. Using explicit relation should be better
in this case.
Updated by Ivan Necas about 7 years ago
- Related to Bug #21082: Combination of owner search with generic search term ends up with sql issues added
Updated by The Foreman Bot about 6 years ago
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman-tasks/pull/364 added
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 2f37f56957260facecdb278fffaa1b2bd7f94eb0.
Updated by Evgeni Golov about 5 years ago
- Related to Bug #28152: PG::ForeignKeyViolation when trying to add a relation to deleted users added
Actions