Fixed error deleting a workshop
This commit is contained in:
parent
1c1cc3b400
commit
697b8c5bd5
@ -1057,7 +1057,7 @@ class ConferencesController < ApplicationController
|
|||||||
@workshop.destroy
|
@workshop.destroy
|
||||||
end
|
end
|
||||||
|
|
||||||
return redirect_to workshops_url
|
return redirect_to register_step_path(@this_conference.slug, 'workshops')
|
||||||
end
|
end
|
||||||
return redirect_to view_workshop_url(@this_conference.slug, @workshop.id)
|
return redirect_to view_workshop_url(@this_conference.slug, @workshop.id)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user