Fix authorized routes on show dossier

This commit is contained in:
Xavier J 2016-12-05 17:37:13 +01:00
parent 4c2dd0ede1
commit 04e01981e8

View file

@ -28,7 +28,7 @@ class Users::RecapitulatifController < UsersController
def self.route_authorization def self.route_authorization
{ {
states: [:initiated, :replied, :updated, :validated, :received, :submitted, :without_continuation, :closed] states: [:initiated, :replied, :updated, :validated, :received, :submitted, :without_continuation, :closed, :refused]
} }
end end