Merge pull request #9653 from demarches-simplifiees/fix-close-procedure-page
[Fix] ETQ admin, je souhaite associer une démarche existante depuis le bouton "clore" du tableau de bord de la démarche
This commit is contained in:
commit
baaf4e3517
7 changed files with 24 additions and 11 deletions
|
@ -322,6 +322,7 @@ module Administrateurs
|
|||
end
|
||||
|
||||
def close
|
||||
@published_procedures = current_administrateur.procedures.publiees.to_h { |p| ["#{p.libelle} (#{p.id})", p.id] }
|
||||
end
|
||||
|
||||
def allow_expert_review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue