Skip to content

Missing value in TCA/tx_cartproducts_domain_model_product_bevariant.php #282

@steffengrafe

Description

@steffengrafe

Bug Report

Current Behavior
In the TCA definition price_measure_unit in the file tx_cartproducts_domain_model_bevariant.php, the specification 'value' => '--div--' is missing on line 277 under the subheading tx_cartproducts_domain_model_product_product.measure.area. This makes the heading an item without a value and throws an error when saving because this entry is used as the default value.

Environment

  • TYPO3 13.4.24
  • PHP 8.3.30
  • no composer
  • EXT:cart 11.7.1
  • EXT:cart_products 7.2.0

Possible Solution
Quick fix via TCA/Overrides/*
['label' => $_LLL . ':tx_cartproducts_domain_model_product_product.measure.area', 'value' => '--div--'],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions