diff --git a/modules/farm/farm_crop/farm_crop.features.field_instance.inc b/modules/farm/farm_crop/farm_crop.features.field_instance.inc index 9dc6a8add..2ba8abe82 100644 --- a/modules/farm/farm_crop/farm_crop.features.field_instance.inc +++ b/modules/farm/farm_crop/farm_crop.features.field_instance.inc @@ -306,7 +306,7 @@ function farm_crop_field_default_field_instances() { 'view_mode' => 'full', ), 'type' => 'entityreference_view_widget', - 'weight' => -4, + 'weight' => 1, ), ); @@ -373,7 +373,7 @@ function farm_crop_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -1, + 'weight' => 4, ), ); @@ -588,7 +588,7 @@ function farm_crop_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -2, + 'weight' => 3, ), ); @@ -655,7 +655,7 @@ function farm_crop_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -3, + 'weight' => 2, ), ); @@ -696,7 +696,7 @@ function farm_crop_field_default_field_instances() { 'view_mode' => 'full', ), 'type' => 'entityreference_view_widget', - 'weight' => -4, + 'weight' => 1, ), ); @@ -763,7 +763,7 @@ function farm_crop_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -2, + 'weight' => 2, ), ); @@ -978,7 +978,7 @@ function farm_crop_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -3, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_crop/farm_crop.field_group.inc b/modules/farm/farm_crop/farm_crop.field_group.inc index b47c0ed63..68f90b0ce 100644 --- a/modules/farm/farm_crop/farm_crop.field_group.inc +++ b/modules/farm/farm_crop/farm_crop.field_group.inc @@ -21,7 +21,7 @@ function farm_crop_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '1', + 'weight' => '6', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -50,7 +50,7 @@ function farm_crop_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '0', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -79,7 +79,7 @@ function farm_crop_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '0', + 'weight' => '5', 'children' => array( 0 => 'field_farm_log_category', ), @@ -108,7 +108,7 @@ function farm_crop_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-1', + 'weight' => '3', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_equipment/farm_equipment.features.field_instance.inc b/modules/farm/farm_equipment/farm_equipment.features.field_instance.inc index bce4166ed..b4dcd188e 100644 --- a/modules/farm/farm_equipment/farm_equipment.features.field_instance.inc +++ b/modules/farm/farm_equipment/farm_equipment.features.field_instance.inc @@ -370,7 +370,7 @@ function farm_equipment_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -7, + 'weight' => 2, ), ); @@ -586,7 +586,7 @@ function farm_equipment_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -8, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_equipment/farm_equipment.field_group.inc b/modules/farm/farm_equipment/farm_equipment.field_group.inc index 6fb3e3143..9b69de919 100644 --- a/modules/farm/farm_equipment/farm_equipment.field_group.inc +++ b/modules/farm/farm_equipment/farm_equipment.field_group.inc @@ -51,7 +51,7 @@ function farm_equipment_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -80,7 +80,7 @@ function farm_equipment_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-6', + 'weight' => '3', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_livestock/farm_livestock.features.field_instance.inc b/modules/farm/farm_livestock/farm_livestock.features.field_instance.inc index db2f73e98..e67e38930 100644 --- a/modules/farm/farm_livestock/farm_livestock.features.field_instance.inc +++ b/modules/farm/farm_livestock/farm_livestock.features.field_instance.inc @@ -661,7 +661,7 @@ function farm_livestock_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => 8, + 'weight' => 2, ), ); @@ -1019,7 +1019,7 @@ function farm_livestock_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => 7, + 'weight' => 1, ), ); @@ -1060,7 +1060,7 @@ function farm_livestock_field_default_field_instances() { 'view_mode' => 'full', ), 'type' => 'entityreference_view_widget', - 'weight' => -8, + 'weight' => 1, ), ); @@ -1128,7 +1128,7 @@ function farm_livestock_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -6, + 'weight' => 3, ), ); @@ -1344,7 +1344,7 @@ function farm_livestock_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -7, + 'weight' => 2, ), ); diff --git a/modules/farm/farm_livestock/farm_livestock.field_group.inc b/modules/farm/farm_livestock/farm_livestock.field_group.inc index 292c6422b..78f5f82d6 100644 --- a/modules/farm/farm_livestock/farm_livestock.field_group.inc +++ b/modules/farm/farm_livestock/farm_livestock.field_group.inc @@ -21,7 +21,7 @@ function farm_livestock_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '10', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -50,7 +50,7 @@ function farm_livestock_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-4', + 'weight' => '5', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -79,7 +79,7 @@ function farm_livestock_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '9', + 'weight' => '3', 'children' => array( 0 => 'field_farm_log_category', ), @@ -108,7 +108,7 @@ function farm_livestock_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_log/farm_log_activity/farm_log_activity.features.field_instance.inc b/modules/farm/farm_log/farm_log_activity/farm_log_activity.features.field_instance.inc index 3adad7498..0319941c7 100644 --- a/modules/farm/farm_log/farm_log_activity/farm_log_activity.features.field_instance.inc +++ b/modules/farm/farm_log/farm_log_activity/farm_log_activity.features.field_instance.inc @@ -147,7 +147,7 @@ function farm_log_activity_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -7, + 'weight' => 2, ), ); @@ -461,7 +461,7 @@ function farm_log_activity_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -8, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_log/farm_log_activity/farm_log_activity.field_group.inc b/modules/farm/farm_log/farm_log_activity/farm_log_activity.field_group.inc index 744288447..5ce0b9afe 100644 --- a/modules/farm/farm_log/farm_log_activity/farm_log_activity.field_group.inc +++ b/modules/farm/farm_log/farm_log_activity/farm_log_activity.field_group.inc @@ -81,7 +81,7 @@ function farm_log_activity_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -110,7 +110,7 @@ function farm_log_activity_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-6', + 'weight' => '3', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.features.field_instance.inc b/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.features.field_instance.inc index 766c403a6..e8a224639 100644 --- a/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.features.field_instance.inc +++ b/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.features.field_instance.inc @@ -158,7 +158,7 @@ function farm_log_harvest_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -6, + 'weight' => 3, ), ); @@ -413,7 +413,7 @@ function farm_log_harvest_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -8, + 'weight' => 1, ), ); @@ -486,7 +486,7 @@ function farm_log_harvest_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -7, + 'weight' => 2, ), ); diff --git a/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.field_group.inc b/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.field_group.inc index 847c4c292..90af8f786 100644 --- a/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.field_group.inc +++ b/modules/farm/farm_log/farm_log_harvest/farm_log_harvest.field_group.inc @@ -77,7 +77,7 @@ function farm_log_harvest_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-4', + 'weight' => '5', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -106,7 +106,7 @@ function farm_log_harvest_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_log/farm_log_input/farm_log_input.features.field_instance.inc b/modules/farm/farm_log/farm_log_input/farm_log_input.features.field_instance.inc index 1b5a0eb7e..2ba2396d0 100644 --- a/modules/farm/farm_log/farm_log_input/farm_log_input.features.field_instance.inc +++ b/modules/farm/farm_log/farm_log_input/farm_log_input.features.field_instance.inc @@ -139,7 +139,7 @@ function farm_log_input_field_default_field_instances() { 'year_range' => '-10:+3', ), 'type' => 'date_select', - 'weight' => -3, + 'weight' => 6, ), ); @@ -213,7 +213,7 @@ function farm_log_input_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -1, + 'weight' => 8, ), ); @@ -376,7 +376,7 @@ function farm_log_input_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -6, + 'weight' => 3, ), ); @@ -416,7 +416,7 @@ function farm_log_input_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -7, + 'weight' => 2, ), ); @@ -456,7 +456,7 @@ function farm_log_input_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -5, + 'weight' => 4, ), ); @@ -588,7 +588,7 @@ function farm_log_input_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -4, + 'weight' => 5, ), ); @@ -628,7 +628,7 @@ function farm_log_input_field_default_field_instances() { 'size' => 60, ), 'type' => 'taxonomy_autocomplete', - 'weight' => -8, + 'weight' => 1, ), ); @@ -701,7 +701,7 @@ function farm_log_input_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -2, + 'weight' => 7, ), ); diff --git a/modules/farm/farm_log/farm_log_input/farm_log_input.field_group.inc b/modules/farm/farm_log/farm_log_input/farm_log_input.field_group.inc index 54b9c7015..e9b767dfb 100644 --- a/modules/farm/farm_log/farm_log_input/farm_log_input.field_group.inc +++ b/modules/farm/farm_log/farm_log_input/farm_log_input.field_group.inc @@ -77,7 +77,7 @@ function farm_log_input_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '1', + 'weight' => '10', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -106,7 +106,7 @@ function farm_log_input_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '0', + 'weight' => '9', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_log/farm_log_observation/farm_log_observation.features.field_instance.inc b/modules/farm/farm_log/farm_log_observation/farm_log_observation.features.field_instance.inc index 64edb93f2..044ed84e9 100644 --- a/modules/farm/farm_log/farm_log_observation/farm_log_observation.features.field_instance.inc +++ b/modules/farm/farm_log/farm_log_observation/farm_log_observation.features.field_instance.inc @@ -147,7 +147,7 @@ function farm_log_observation_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -7, + 'weight' => 2, ), ); @@ -456,7 +456,7 @@ function farm_log_observation_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -8, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_log/farm_log_observation/farm_log_observation.field_group.inc b/modules/farm/farm_log/farm_log_observation/farm_log_observation.field_group.inc index c559bd395..d10ecfcf4 100644 --- a/modules/farm/farm_log/farm_log_observation/farm_log_observation.field_group.inc +++ b/modules/farm/farm_log/farm_log_observation/farm_log_observation.field_group.inc @@ -81,7 +81,7 @@ function farm_log_observation_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -110,7 +110,7 @@ function farm_log_observation_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-6', + 'weight' => '3', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_log/farm_log_sale/farm_log_sale.features.field_instance.inc b/modules/farm/farm_log/farm_log_sale/farm_log_sale.features.field_instance.inc index 60fdd84d1..44387fa8c 100644 --- a/modules/farm/farm_log/farm_log_sale/farm_log_sale.features.field_instance.inc +++ b/modules/farm/farm_log/farm_log_sale/farm_log_sale.features.field_instance.inc @@ -81,7 +81,7 @@ function farm_log_sale_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -4, + 'weight' => 1, ), ); @@ -148,7 +148,7 @@ function farm_log_sale_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => 4, + 'weight' => 9, ), ); @@ -265,7 +265,7 @@ function farm_log_sale_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -3, + 'weight' => 2, ), ); @@ -364,7 +364,7 @@ function farm_log_sale_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -2, + 'weight' => 3, ), ); @@ -398,7 +398,7 @@ function farm_log_sale_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => 3, + 'weight' => 8, ), ); @@ -432,7 +432,7 @@ function farm_log_sale_field_default_field_instances() { 'size' => 60, ), 'type' => 'taxonomy_autocomplete', - 'weight' => 0, + 'weight' => 5, ), ); @@ -474,7 +474,7 @@ function farm_log_sale_field_default_field_instances() { 'precision' => 0, ), 'type' => 'fraction_decimal', - 'weight' => -1, + 'weight' => 4, ), ); @@ -516,7 +516,7 @@ function farm_log_sale_field_default_field_instances() { 'precision' => 0, ), 'type' => 'fraction_decimal', - 'weight' => 2, + 'weight' => 7, ), ); @@ -558,7 +558,7 @@ function farm_log_sale_field_default_field_instances() { 'precision' => 0, ), 'type' => 'fraction_decimal', - 'weight' => 1, + 'weight' => 6, ), ); diff --git a/modules/farm/farm_log/farm_log_sale/farm_log_sale.field_group.inc b/modules/farm/farm_log/farm_log_sale/farm_log_sale.field_group.inc index 01b77820c..78c7076d4 100644 --- a/modules/farm/farm_log/farm_log_sale/farm_log_sale.field_group.inc +++ b/modules/farm/farm_log/farm_log_sale/farm_log_sale.field_group.inc @@ -47,7 +47,7 @@ function farm_log_sale_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '6', + 'weight' => '11', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -104,7 +104,7 @@ function farm_log_sale_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '5', + 'weight' => '10', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_soil/farm_soil_test/farm_soil_test.features.field_instance.inc b/modules/farm/farm_soil/farm_soil_test/farm_soil_test.features.field_instance.inc index 486329b8f..81952c428 100644 --- a/modules/farm/farm_soil/farm_soil_test/farm_soil_test.features.field_instance.inc +++ b/modules/farm/farm_soil/farm_soil_test/farm_soil_test.features.field_instance.inc @@ -105,7 +105,7 @@ function farm_soil_test_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -6, + 'weight' => 3, ), ); @@ -320,7 +320,7 @@ function farm_soil_test_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -7, + 'weight' => 2, ), ); @@ -354,7 +354,7 @@ function farm_soil_test_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -8, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_soil/farm_soil_test/farm_soil_test.field_group.inc b/modules/farm/farm_soil/farm_soil_test/farm_soil_test.field_group.inc index f4d8f16c9..0fe47014c 100644 --- a/modules/farm/farm_soil/farm_soil_test/farm_soil_test.field_group.inc +++ b/modules/farm/farm_soil/farm_soil_test/farm_soil_test.field_group.inc @@ -21,7 +21,7 @@ function farm_soil_test_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-4', + 'weight' => '5', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -50,7 +50,7 @@ function farm_soil_test_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_category', ), diff --git a/modules/farm/farm_water/farm_water_test/farm_water_test.features.field_instance.inc b/modules/farm/farm_water/farm_water_test/farm_water_test.features.field_instance.inc index 893d1c52a..a30420f59 100644 --- a/modules/farm/farm_water/farm_water_test/farm_water_test.features.field_instance.inc +++ b/modules/farm/farm_water/farm_water_test/farm_water_test.features.field_instance.inc @@ -104,7 +104,7 @@ function farm_water_test_field_default_field_instances() { 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', - 'weight' => -6, + 'weight' => 3, ), ); @@ -318,7 +318,7 @@ function farm_water_test_field_default_field_instances() { 'rows' => 5, ), 'type' => 'text_textarea', - 'weight' => -7, + 'weight' => 2, ), ); @@ -352,7 +352,7 @@ function farm_water_test_field_default_field_instances() { 'size' => 60, ), 'type' => 'text_textfield', - 'weight' => -8, + 'weight' => 1, ), ); diff --git a/modules/farm/farm_water/farm_water_test/farm_water_test.field_group.inc b/modules/farm/farm_water/farm_water_test/farm_water_test.field_group.inc index d51f4baeb..7b0dad0a6 100644 --- a/modules/farm/farm_water/farm_water_test/farm_water_test.field_group.inc +++ b/modules/farm/farm_water/farm_water_test/farm_water_test.field_group.inc @@ -21,7 +21,7 @@ function farm_water_test_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Assignment', - 'weight' => '-4', + 'weight' => '5', 'children' => array( 0 => 'field_farm_log_owner', ), @@ -50,7 +50,7 @@ function farm_water_test_field_group_info() { $field_group->parent_name = 'group_farm_general'; $field_group->data = array( 'label' => 'Category', - 'weight' => '-5', + 'weight' => '4', 'children' => array( 0 => 'field_farm_log_category', ),