[fix 363] Dossier: remove next_step! action = update

This commit is contained in:
Simon Lehericey 2017-12-05 16:56:52 +01:00 committed by LeSim
parent 629cccbf27
commit 11c010859c
3 changed files with 1 additions and 18 deletions

View file

@ -83,7 +83,6 @@ class Users::DescriptionController < UsersController
else
flash.notice = 'Nouveaux fichiers envoyés' if flash.alert.nil?
@dossier.next_step! 'user', 'update'
end
return redirect_to users_dossiers_invite_path(id: current_user.invites.find_by_dossier_id(@dossier.id).id) if invite