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.57k stars 9.32k forks source link

Default Store id is not matching the store id from the request path #39356

Open grifx opened 1 week ago

grifx commented 1 week ago

Preconditions and environment

The default Store Code is not resolved from the request path

E.g: https://magento.test/admin/admin/system_config/edit/key/ed990becfa3389bf0eeccf8ccefc99f7cc2a2da4cc901848f541087d757d8e27/section/main_section/store/2

The store is resolved properly when the query parameter is set:

https://magento.test/admin/admin/system_config/edit/key/ed990becfa3389bf0eeccf8ccefc99f7cc2a2da4cc901848f541087d757d8e27/section/main_section/store/2?___store=2

Steps to reproduce

Expected result

Actual result

Additional information

If this is a bug, it could be in:

The default store value is already incorrect from the cache in:

Release note

No response

Triage and priority

m2-assistant[bot] commented 1 week ago

Hi @grifx. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.

m2-assistant[bot] commented 1 week ago

Hi @engcom-Bravo. 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:

engcom-Bravo commented 1 week ago

Hi @grifx,

Thanks for your reporting and collaboration.

We have tried to reproduce the issue in Latest 2.4-develop instance and we need more information to proceed further.Could you please elaborate the steps to reproduce and expected and actual results.

Screenshot 2024-11-13 at 10 31 48 Screenshot 2024-11-13 at 10 32 16

Thanks.