Uncollapse the geometry fieldset default geometry is provided.

This commit is contained in:
Paul Weidner 2020-07-08 10:26:12 -07:00 committed by Michael Stenta
parent 4d5041367e
commit 96a9dd8231
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ function farm_livestock_move_form($form, &$form_state) {
'#title' => t('Geometry'),
'#description' => t('This field allows you to optionally specify a more precise geometry for the new location of assets. If you leave it blank, the geometry will be copied from the areas that assets are moving to (if available).'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
'#collapsed' => empty($defaults['geom']),
);
$form['move']['area']['geometry']['map'] = array(
'#type' => 'farm_map',