Actions
Bug #28273
closedUnable to delete a user who has tasks
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
PG::ForeignKeyViolation: ERROR: update or delete on table "users" violates foreign key constraint "fk_rails_a56904dd86" on table "foreman_tasks_tasks"
DETAIL: Key (id)=(5) is still referenced from table "foreman_tasks_tasks".
: DELETE FROM "users" WHERE "users"."id" = $1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/476 added
Updated by Marek Hulán over 5 years ago
- Related to Bug #28304: Unable to delete a user who has tasks added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases foreman-tasks-0.17.2 added
Updated by Adam Ruzicka over 5 years ago
- Subject changed from Unable to delete a user who has tasks to Unable to delete a user who has tasks
- Fixed in Releases foreman-tasks-0.17.3 added
- Fixed in Releases deleted (
foreman-tasks-0.17.2)
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset bb069d9647f917471773ec938d7c6968e052b3d9.
Actions