ivaldi / brimir

Email helpdesk built using Ruby on Rails and Zurb Foundation
http://getbrimir.com
GNU Affero General Public License v3.0
1.38k stars 299 forks source link

Problem with merges tickets #423

Closed Keni closed 6 years ago

Keni commented 6 years ago

ActionController::ParameterMissing in Tickets::SelectedController#update

param is missing or the value is empty: ticket

42  def ticket_params
43   params.require(:ticket).permit(:status)
44  end
45  def merge?
frenkel commented 6 years ago

How can I reproduce this?

Keni commented 6 years ago

I select 2 tickets and click merge

Keni commented 6 years ago

my fail