Skip to content

Commit

Permalink
PAC-5: fix validation empty website_code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 19, 2024
1 parent 7176484 commit 05acdd8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 26.1.4

## Bugfixes

* remove from the validation for catalog_product entity the callback
* `"import.callback.store.in.website.validator"`

## Features

* None

# Version 26.1.3

## Bugfixes
Expand Down
1 change: 0 additions & 1 deletion etc/configuration/operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"sku": [ "import.callback.custom.regex.validator" ],
"store_view_code": [
"import.callback.store.view.code.validator",
"import.callback.store.in.website.validator"
],
"attribute_set_code": [ "import.callback.attribute.set.name.validator" ],
"product_type": [ "import_product.callback.validator.product_type" ],
Expand Down

0 comments on commit 05acdd8

Please sign in to comment.