Fix log field weights so that timestamp is always at top under name.

This commit is contained in:
Michael Stenta 2017-12-29 17:00:16 -05:00
parent a6b4c96af3
commit cd8965a577
10 changed files with 26 additions and 26 deletions

View File

@ -524,7 +524,7 @@ function farm_equipment_field_default_field_instances() {
'rows' => 5,
),
'type' => 'text_textarea',
'weight' => -8,
'weight' => 1,
),
);

View File

@ -50,7 +50,7 @@ function farm_equipment_field_group_info() {
$field_group->parent_name = 'group_farm_general';
$field_group->data = array(
'label' => 'Assignment',
'weight' => '-6',
'weight' => '3',
'children' => array(
0 => 'field_farm_log_owner',
),
@ -79,7 +79,7 @@ function farm_equipment_field_group_info() {
$field_group->parent_name = 'group_farm_general';
$field_group->data = array(
'label' => 'Category',
'weight' => '-7',
'weight' => '2',
'children' => array(
0 => 'field_farm_log_category',
),

View File

@ -532,7 +532,7 @@ function farm_livestock_field_default_field_instances() {
'view_mode' => 'full',
),
'type' => 'entityreference_view_widget',
'weight' => -8,
'weight' => 1,
),
);
@ -785,7 +785,7 @@ function farm_livestock_field_default_field_instances() {
'rows' => 5,
),
'type' => 'text_textarea',
'weight' => -7,
'weight' => 2,
),
);

View File

@ -21,7 +21,7 @@ function farm_livestock_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',
),
@ -50,7 +50,7 @@ function farm_livestock_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',
),
@ -375,8 +375,8 @@ function farm_livestock_field_group_info() {
'children' => array(
0 => 'group_farm_files',
1 => 'group_farm_general',
2 => 'group_farm_movement',
3 => 'group_farm_inventory',
2 => 'group_farm_inventory',
3 => 'group_farm_movement',
),
'format_type' => 'field_group_easy_responsive_tabs_nav',
'format_settings' => array(

View File

@ -382,7 +382,7 @@ function farm_log_harvest_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -8,
'weight' => 1,
),
);
@ -455,7 +455,7 @@ function farm_log_harvest_field_default_field_instances() {
'rows' => 5,
),
'type' => 'text_textarea',
'weight' => -7,
'weight' => 2,
),
);

View File

@ -79,7 +79,7 @@ function farm_log_harvest_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',
),
@ -108,7 +108,7 @@ function farm_log_harvest_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',
),

View File

@ -139,7 +139,7 @@ function farm_log_input_field_default_field_instances() {
'year_range' => '-3:+3',
),
'type' => 'date_select',
'weight' => -3,
'weight' => 6,
),
);
@ -345,7 +345,7 @@ function farm_log_input_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -6,
'weight' => 3,
),
);
@ -385,7 +385,7 @@ function farm_log_input_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -7,
'weight' => 2,
),
);
@ -425,7 +425,7 @@ function farm_log_input_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -5,
'weight' => 4,
),
);
@ -557,7 +557,7 @@ function farm_log_input_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -4,
'weight' => 5,
),
);
@ -597,7 +597,7 @@ function farm_log_input_field_default_field_instances() {
'size' => 60,
),
'type' => 'taxonomy_autocomplete',
'weight' => -8,
'weight' => 1,
),
);
@ -670,7 +670,7 @@ function farm_log_input_field_default_field_instances() {
'rows' => 5,
),
'type' => 'text_textarea',
'weight' => -2,
'weight' => 7,
),
);

View File

@ -79,7 +79,7 @@ function farm_log_input_field_group_info() {
$field_group->parent_name = 'group_farm_general';
$field_group->data = array(
'label' => 'Assignment',
'weight' => '0',
'weight' => '9',
'children' => array(
0 => 'field_farm_log_owner',
),
@ -108,7 +108,7 @@ function farm_log_input_field_group_info() {
$field_group->parent_name = 'group_farm_general';
$field_group->data = array(
'label' => 'Category',
'weight' => '-1',
'weight' => '8',
'children' => array(
0 => 'field_farm_log_category',
),

View File

@ -289,7 +289,7 @@ function farm_soil_test_field_default_field_instances() {
'rows' => 5,
),
'type' => 'text_textarea',
'weight' => -7,
'weight' => 2,
),
);
@ -323,7 +323,7 @@ function farm_soil_test_field_default_field_instances() {
'size' => 60,
),
'type' => 'text_textfield',
'weight' => -8,
'weight' => 1,
),
);

View File

@ -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' => '-5',
'weight' => '4',
'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' => '-6',
'weight' => '3',
'children' => array(
0 => 'field_farm_log_category',
),