mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 23:46:12 +00:00
CF groupes has Custom Fields ordered by ordering DESC
This commit is contained in:
parent
9f4783c9f1
commit
dcae01d860
@ -15,5 +15,6 @@ Chill\CustomFieldsBundle\Entity\CustomFieldsGroup:
|
|||||||
length: 255
|
length: 255
|
||||||
oneToMany:
|
oneToMany:
|
||||||
customFields:
|
customFields:
|
||||||
|
orderBy: { 'ordering': 'ASC' }
|
||||||
targetEntity: Chill\CustomFieldsBundle\Entity\CustomField
|
targetEntity: Chill\CustomFieldsBundle\Entity\CustomField
|
||||||
mappedBy: customFieldGroup
|
mappedBy: customFieldGroup
|
Loading…
x
Reference in New Issue
Block a user