ivaldi/brimir

Problem with merges tickets

Closed this issue · 3 comments

Keni commented

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?

How can I reproduce this?

Keni commented

I select 2 tickets and click merge

Keni commented

my fail