Error after save a node with Dimension: Volume field type.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3153825. -->
Reported by: [tibezh](https://www.drupal.org/user/1491908)
>>>
<p>How to reproduce:</p>
<ol>
<li>Install the 2.x module</li>
<li>Add the Dimensions: Volume field to the Basic Page node type without any additional settings (I named field as field_dimenstion_volume)</li>
<li>Try to create a node of Basic Page type with any values in the added field above</li>
<li>After saving a node got an error:</li>
</ol>
<blockquote><p>Drupal\Core\Entity\EntityStorageException: SQLSTATE[HY000]: General error: 1366 Incorrect decimal value: '' for column 'field_dimenstion_volume_value' at row 1: INSERT INTO {node__field_dimenstion_volume} (entity_id, revision_id, bundle, delta, langcode, field_dimenstion_volume_value, field_dimenstion_volume_length, field_dimenstion_volume_width, field_dimenstion_volume_height) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8); Array ( [:db_insert_placeholder_0] => 103 [:db_insert_placeholder_1] => 122 [:db_insert_placeholder_2] => page [:db_insert_placeholder_3] => 0 [:db_insert_placeholder_4] => en [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => 1 [:db_insert_placeholder_7] => 2 [:db_insert_placeholder_8] => 2 ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 846 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).</p></blockquote>
issue