- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
http://drupalcode.org/project/physical.git/blob/refs/heads/7.x-1.x:/phys...
if (isset($items[$delta]['length'])) {
$value = array(
'length' => round($items[$delta]['length'], 5),
'width' => round($items[$delta]['width'], 5),
'height' => round($items[$delta]['height'], 5),
'unit' => $items[$delta]['unit'],
);
}
When length is removed with hook_physical_dimension_info_alter(&$dimensions), default values lost for edit form
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.