baldwin-agency / magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data
MIT License
262 stars 28 forks source link

Manipulating the admin grids can result in duplicated rows #6

Closed hostep closed 4 years ago

hostep commented 4 years ago

Not exactly sure how to reproduce this but a mix of sorting on different columns and changing the number of rows per page a few times sometimes result in the grids showing all duplicated rows:

Screenshot 2020-06-11 at 23 01 01
hostep commented 4 years ago

Steps to reproduce:

  1. Sort the 'Problem' column
  2. Sort the 'Product ID' column

Result: all rows in the grid are being displayed with the same content

Found a fix, is being worked on right now.