[FIX #491] Attestation: allow administrateur to change attestation template on a published procedure

This commit is contained in:
Simon Lehericey 2017-06-30 12:59:53 +02:00
parent 8aaf7df579
commit 48e881f9ec
5 changed files with 6 additions and 31 deletions

View file

@ -144,7 +144,7 @@ Rails.application.routes.draw do
resource :previsualisation, only: [:show]
resource :attestation_template, only: [:show, :edit, :update, :create]
resource :attestation_template, only: [:edit, :update, :create]
post 'attestation_template/disactivate' => 'attestation_templates#disactivate'
patch 'attestation_template/disactivate' => 'attestation_templates#disactivate'