magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.48k stars 9.29k forks source link

Category query does not handle fragments #28584

Closed nrkapoor closed 4 years ago

nrkapoor commented 4 years ago

Category query does not return correct response when using fragments

Steps to reproduce:

Actual Response:

{
  "data": {
    "categoryList": [
      {
        "id": 10,
        "name": null,
        "url_path": null
      }
    ]
  }
}

Expected response (should match response without using fragment)

{
  "data": {
    "categoryList": [
      {
        "id": 10,
        "name": "Sweaters",
        "url_path": "venia-tops/venia-sweaters"
      }
    ]
  }
}
m2-assistant[bot] commented 4 years ago

Hi @nrkapoor. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

Please, add a comment to assign the issue: @magento I am working on this


m2-assistant[bot] commented 4 years ago

Hi @danielrenaud. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:


m2-assistant[bot] commented 4 years ago

Hi @munkhulzii. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:


munkhulzii commented 4 years ago

@magento give me 2.4-develop instance

magento-engcom-team commented 4 years ago

Hi @munkhulzii. Thank you for your request. I'm working on Magento 2.4-develop instance for you