DescriptionController: remove useless @champs
This commit is contained in:
parent
866a54085c
commit
eb3bb63a8f
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ class Users::DescriptionController < UsersController
|
|||
procedure = dossier.procedure
|
||||
|
||||
return head :forbidden unless dossier.can_be_initiated?
|
||||
|
||||
@champs = dossier.ordered_champs
|
||||
|
||||
check_mandatory_fields = !draft_submission?
|
||||
|
||||
if params[:champs]
|
||||
|
|
Loading…
Add table
Reference in a new issue