Add dossier workflow dates to the API
This commit is contained in:
parent
822c7cdd96
commit
bf67b3f7ad
3 changed files with 8 additions and 2 deletions
|
@ -5,7 +5,10 @@ class DossierSerializer < ActiveModel::Serializer
|
|||
:archived,
|
||||
:mandataire_social,
|
||||
:state,
|
||||
:simplified_state
|
||||
:simplified_state,
|
||||
:initiated_at,
|
||||
:received_at,
|
||||
:processed_at
|
||||
|
||||
has_one :entreprise
|
||||
has_one :etablissement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue