Send only reporters frame on frame requests

This commit is contained in:
Anton Khorev 2025-03-07 18:08:21 +03:00
parent 28c581307e
commit ff3d04a100

View file

@ -18,6 +18,8 @@ module Issues
:users => User.in_order_of(:id, user_ids)
}
}
render :partial => "reporters", :locals => { :issue => @issue } if turbo_frame_request?
rescue ActiveRecord::RecordNotFound
redirect_to :controller => "/errors", :action => "not_found"
end