-
aaronbauman β
committed dc0ceb83 on 2.x
Issue #3230451 by aerzas: TaxJar Category Code schema error
-
aaronbauman β
committed dc0ceb83 on 2.x
When running kernel tests with the commerce_taxjar
module enabled, an error is triggered:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for core.entity_form_display.commerce_product_variation.default.default with the following errors: core.entity_form_display.commerce_product_variation.default.default:content.taxjar_category_code.settings.size variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\IntegerData
The display options of the taxjar_category_code
field should be updated to be compliant with the widget schema.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Issue #3230451 by aerzas: TaxJar Category Code schema error