fix(manager): missing renaming champs -> champs_public
This commit is contained in:
parent
0812caeb32
commit
0cd2eb696b
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class DossierDashboard < Administrate::BaseDashboard
|
||||||
en_construction_at: Field::DateTime,
|
en_construction_at: Field::DateTime,
|
||||||
en_instruction_at: Field::DateTime,
|
en_instruction_at: Field::DateTime,
|
||||||
processed_at: Field::DateTime,
|
processed_at: Field::DateTime,
|
||||||
champs: ChampCollectionField
|
champs_public: ChampCollectionField
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
# COLLECTION_ATTRIBUTES
|
# COLLECTION_ATTRIBUTES
|
||||||
|
@ -43,7 +43,7 @@ class DossierDashboard < Administrate::BaseDashboard
|
||||||
:state,
|
:state,
|
||||||
:procedure,
|
:procedure,
|
||||||
:user,
|
:user,
|
||||||
:champs,
|
:champs_public,
|
||||||
:created_at,
|
:created_at,
|
||||||
:updated_at,
|
:updated_at,
|
||||||
:hidden_by_user_at,
|
:hidden_by_user_at,
|
||||||
|
|
Loading…
Reference in a new issue