Open densen45 opened 5 months ago
Hi @densen45. 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. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
@magento give me 2.4.7 instance
Hi @densen45. Thank you for your request. I'm working on Magento instance for you.
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:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @densen45, here is your Magento Instance: https://a3f8bcd7c487a9e9a30d9a52c1f62d45.instances-prod.magento-community.engineering Admin access: https://a3f8bcd7c487a9e9a30d9a52c1f62d45.instances-prod.magento-community.engineering/admin_5aa1 Login: 9ea16fde Password: f8d88b45e9ff
I was able to reproduce this issue on the provided Magento instance for both, Grouped and Bundle Products.
Grouped Product:
Bundle Product:
Hi @densen45,
Thanks for your reporting and collaboration.
We have verified the issue in Latest 2.4-develop instance and the issue is reproducible.Kindly refer the screenshots.
The following error is shown in the browser:
A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later
.
The following warning can be found in the system.log :
main.ERROR: Warning: Undefined array key "filters" in /usr/local/var/www/magentop/magento2/app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php on line 250 [] []
Hence Confirming the issue.
Thanks.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-12048 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Bravo. Thank you for verifying the issue.
Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
It error only first time, I can duplicate by remove grouped_product_listing in ui_bookmark and reload admin product page
I see these pop up all the time in my logs. And not just on that page too.
[2024-07-15T07:52:59.721745+00:00] main.ERROR: Warning: Undefined array key "filters" in /home/ubuntu/production/vendor/magento/module-ui/Controller/Adminhtml/Bookmark/Save.php on line 250 [] []
anyone have a patch for this?
anyone have a patch for this?
Yes, this works!
https://patch-diff.githubusercontent.com/raw/magento/magento2/pull/39143.patch
Does anyone have an official patch for this? We are getting the issue in 2.4.7-p1.
Preconditions and environment
Steps to reproduce
This issue also occurs on the Bundle Product page "Add Products to Option".
Expected result
The pop up displays without any error.
Actual result
The following error is shown in the browser:
A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
The following warning can be found in the system.log:
main.ERROR: Warning: Undefined array key "filters" in /path/to/magento/vendor/magento/module-ui/Controller/Adminhtml/Bookmark/Save.php on line 250 [] []
Additional information
In the Save.php on line 250 it is expected, that the two arrays
$existingConfig
and$currentConfig
contains a key calledfilters
. This part is new in 2.4.7 and was not present in 2.4.6-p4. Both arrays don't contain thefilters
key on these 'pop up product grids', however the key exists in both variables on e.g. the Product Grid (Catalog > Products). I guess this is because the filter for the Product Grid is saved for later visits, but for the ‘pop-up product tables’ the filter is never saved.I have not noticed any restrictions due to this error. The filter works as expected and once you have set a filter, the error is no longer displayed.
Release note
No response
Triage and priority