3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Move Mother field above Assets (Children) field in Birth logs.

This commit is contained in:
Michael Stenta 2021-09-21 10:49:10 -04:00
parent 320ec3d331
commit 1c5f3e3539

View file

@ -27,8 +27,8 @@ class Birth extends FarmLogType {
'target_type' => 'asset',
'target_bundle' => 'animal',
'weight' => [
'form' => 55,
'view' => -5,
'form' => 45,
'view' => -15,
],
];
$fields['mother'] = $this->farmFieldFactory->bundleFieldDefinition($options);