pimcore / output-data-config-toolkit

Output Data Config Toolkit community bundle adds some additional tools for formatting data outputs to Pimcore.
Other
21 stars 22 forks source link

[Bug]: Inability to Retrieve Classificationstore Key Value for Store IDs Greater than 1 #119

Open Maksonis opened 7 months ago

Maksonis commented 7 months ago

Expected behavior

The ability to retrieve classificationstore key values across all stores.

Actual behavior

The functionality is limited to storeID 1, as it is the default value within:

$groupDef = Classificationstore\GroupConfig::getByName($this->classificationstore_group);
public static function getByName(string $name, int $storeId = 1, ?bool $force = false): ?GroupConfig

Steps to reproduce

github-actions[bot] commented 6 months ago

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.