Skip to content
Snippets Groups Projects
Commit e79c3fee authored by Dmitry Zhebrak's avatar Dmitry Zhebrak Committed by Jonathan Sacksick
Browse files

Issue #3409495 by dzhebrak: TypeError:...

Issue #3409495 by dzhebrak: TypeError: Drupal\Core\Field\FieldTypeCategory::getDescription(): Return value must be of type Drupal\Core\StringTranslation\TranslatableMarkup, string returned.
parent ea086d39
No related branches found
No related tags found
7 merge requests!418Issue #3511232 by ccjjmartin: Fix add to cart dropdown when only one non-default variation type is provided,!379Issue #3491248 Validation is breaking the amount number format decimal point,!375Issue #3413020 by czigor: Using a translatable string as a category for field...,!357Issue #2914933: Add service tags to order-related interfaces,!344Resolve #3107602 "Product attributes do not update visually when switching variations",!343Resolve #3107602 "Product attributes do not update visually when switching variations",!342Issue #3476581 by josephr5000: add OrderItemLabelEvent
Pipeline #65411 failed
......@@ -19,6 +19,7 @@ use Drupal\Core\TypedData\MapDataDefinition;
* @FieldType(
* id = "commerce_tax_number",
* label = @Translation("Tax number"),
* description = @Translation("Stores a tax number"),
* category = @Translation("Commerce"),
* default_formatter = "commerce_tax_number_default",
* default_widget = "commerce_tax_number_default",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment