Closed
Description
Preconditions (*)
- Magento2.3.5 instance
Steps to reproduce (*)
- Set up multistore view at most 2 or 3 store views
- Add options for Color at red, green etc.
- Add labels for all store views.
- Have at least 2 or 3 products and add option Color attribute.
- Query getProductFiltersByCategory
query getProductFiltersByCategory($categoryIdFilter: FilterEqualTypeInput!) {
products(filter: { category_id: $categoryIdFilter }) {
aggregations {
label
count
attribute_code
options {
label
value
}
}
}
}
{"categoryIdFilter": {"eq": "4"}}
Expected result (*)
- [Screenshots, logs or description]
- I expected to return the Default Store View Label.
Actual result (*)
- [Screenshots, logs or description]
It return last item in the array.
Possible cause issue:
my.log shows
$logger->info( $option );
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
GraphQLGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branch
Type
Projects
Status
Done