move up user email in dossier description
This commit is contained in:
parent
09d1649610
commit
9468e572a0
1 changed files with 1 additions and 1 deletions
|
@ -40,10 +40,10 @@ class DossierDashboard < Administrate::BaseDashboard
|
||||||
# SHOW_PAGE_ATTRIBUTES
|
# SHOW_PAGE_ATTRIBUTES
|
||||||
# an array of attributes that will be displayed on the model's show page.
|
# an array of attributes that will be displayed on the model's show page.
|
||||||
SHOW_PAGE_ATTRIBUTES = [
|
SHOW_PAGE_ATTRIBUTES = [
|
||||||
|
:user,
|
||||||
:text_summary,
|
:text_summary,
|
||||||
:state,
|
:state,
|
||||||
:procedure,
|
:procedure,
|
||||||
:user,
|
|
||||||
:groupe_instructeur,
|
:groupe_instructeur,
|
||||||
:champs_public,
|
:champs_public,
|
||||||
:created_at,
|
:created_at,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue