Skip to content

Don't trigger reload of ui listing at page load #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Den4ik opened this issue Feb 12, 2020 · 2 comments · May be fixed by magento/magento2#32090
Open

Don't trigger reload of ui listing at page load #238

Den4ik opened this issue Feb 12, 2020 · 2 comments · May be fixed by magento/magento2#32090
Assignees
Milestone

Comments

@Den4ik
Copy link

Den4ik commented Feb 12, 2020

Preconditions (*)
2.3.x

Steps to reproduce (*)

  • Open sales orders page
  • Look at page source
  • Page already contain items and totalRecords at ui config js

Expected result (*)
Don't trigger reload event and renderer listing from already available data

Actual result (*)
Reload event triggering and in fact we receive same data that was available at page load

@Den4ik
Copy link
Author

Den4ik commented May 28, 2020

@magento I'm working on it

@lbajsarowicz
Copy link

I think it's the same problem: magento/magento2#38734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment