Content
View differences
Updated by Oliver Günther over 8 years ago
**Steps to reproduce**
- Have user custom field
- Assign user to a work package on that CF
- Delete the user
<!-- end list -->
- Access work package list with that work package in the results
**Expected**
- CF user is either removed or ‘Deleted user’
**Actual**
Internal error is shown because this `find` method breaks:
https://github.com/opf/openproject/blob/v7.3.2/lib/api/v3/work\_packages/work\_package\_collection\_representer.rb\#L228 https://github.com/opf/openproject/blob/changeset-proxy/lib/api/v3/work\_packages/work\_package\_collection\_representer.rb\#L228
- Have user custom field
- Assign user to a work package on that CF
- Delete the user
<!-- end list -->
- Access work package list with that work package in the results
**Expected**
- CF user is either removed or ‘Deleted user’
**Actual**
Internal error is shown because this `find` method breaks:
https://github.com/opf/openproject/blob/v7.3.2/lib/api/v3/work\_packages/work\_package\_collection\_representer.rb\#L228