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