Skip to content

Fix #3201

Ramya Authappan requested to merge github/fork/ashumkin/5-3-stable into 5-3-stable

Created by: ashumkin

As far as previous_assignee_id is nil, User.find fails to find such an id. Substitute @previous_assignee with an empty User instance to avoid failure (in templates, too)

Merge request reports