Fix order of field groups in water test and egg logs.

This commit is contained in:
Michael Stenta 2017-06-15 13:01:01 -04:00
parent 82ed42ee47
commit fd3cc92ea5
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ function farm_livestock_eggs_field_group_info() {
$field_group->parent_name = '';
$field_group->data = array(
'label' => 'Assignment',
'weight' => '1',
'weight' => '2',
'children' => array(
0 => 'field_farm_log_owner',
),
@ -80,7 +80,7 @@ function farm_livestock_eggs_field_group_info() {
$field_group->parent_name = '';
$field_group->data = array(
'label' => 'Notes',
'weight' => '2',
'weight' => '1',
'children' => array(
0 => 'field_farm_notes',
),

View File

@ -50,7 +50,7 @@ function farm_water_test_field_group_info() {
$field_group->parent_name = '';
$field_group->data = array(
'label' => 'File attachments',
'weight' => '5',
'weight' => '4',
'children' => array(
0 => 'field_farm_files',
1 => 'field_farm_images',
@ -110,7 +110,7 @@ function farm_water_test_field_group_info() {
$field_group->parent_name = '';
$field_group->data = array(
'label' => 'Notes',
'weight' => '4',
'weight' => '2',
'children' => array(
0 => 'field_farm_notes',
),