Hello,

Line 257 from location.module should be changed from

$element['additional']['#weight'] = (int)$fsettings[$field]['weight'];

to:
$element['additional']['#weight'] = (int)$fsettings['additional']['weight'];

to correct the weight of the additional field in the node edit form.

Comments

bdragon’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.