Skip to content

Commit

Permalink
Fix non-scopable localizable attribute import
Browse files Browse the repository at this point in the history
  • Loading branch information
magentix committed Sep 25, 2024
1 parent c254e1b commit bcaf334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,3 +513,4 @@
### Version 104.3.14 :
* PGTO-340: Fix job executor date format
* PGTO-462: Set attribute code to lowercase for options
* Fix non-scopable localizable attribute import
1 change: 1 addition & 0 deletions Helper/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public function getAllStores()
$this->getStores(['channel_code']), // channel
$this->getStores(['currency']), // USD
$this->getStores(['channel_code', 'currency']), // channel-USD
$this->getStores(['lang', 'currency']), // en_US-USD
$this->getStores(['lang', 'channel_code', 'currency']) // en_US-channel-USD
);

Expand Down

0 comments on commit bcaf334

Please sign in to comment.