Skip to content

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

Description

@Maksonis

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

  • Create multiple classification stores.
  • Add an attribute from a classification store with an ID greater than 1.
  • Print the value in the channel (resulting in a consistently null output).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    Affected capability

    None yet

    Platform Version

    None yet

    Galaxy

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions