zulip / zulip-redmine-plugin

Redmine plugin for Zulip notifications on issue tracker changes
Apache License 2.0
12 stars 17 forks source link

404 when assigning a ticket to a user which had been assigned to a group #30

Open hi-ko opened 4 years ago

hi-ko commented 4 years ago

seen with Plugin version 3.1.2 / Redmine 4.0.4.stable.18593

How to reproduce:

ActiveRecord::RecordNotFound (Couldn't find User with 'id'=4 [WHERE users.type IN ('User', 'AnonymousUser')]):

plugins/redmine_zulip/lib/redmine_zulip/issue_patch.rb:296:in update_issue_subject' app/controllers/issues_controller.rb:552:insave_issue_with_child_records' app/controllers/issues_controller.rb:169:in update' lib/redmine/sudo_mode.rb:63:insudo_mode'