Duplicates warning link fails on pages after first page

Desktop version 26.7.14.3656

When there are duplicate codes in, for example, the Suppliers list, a warning appears that says “There are duplicates in this view”. However, clicking on that warning takes me to a blank list.

I would expect that clicking on the link would show the duplicate entries. Otherwise, I have to comb through 100+ entries to find the duplicates.

Edit: This appears to only happen when the duplicate entries are not on the current page. If they are on the current page, then the duplicate entries show up as expected when clicking the link.

Hello @Brianna,

I couldn’t reproduce the error you described on multiple tabs and I made sure to code the duplicate records such that they end up on the last page.

Please share some full page screenshots so we can see exactly what you see

I think part of the repro steps needs to include adding the Code column to the view. Without that, the “There are duplicates in this view” message does not appear.

On the Customers tab, I added a duplicate code 51 customer:

Then I clicked on this link:

It correctly shows the duplicate entries:

However, when I go to page 2 and click on the link:

It is empty:

Here is the .manager file to reproduce the issue. It does not contain any personal data.

Test Business.manager (204 KB)

Ok, so it’s not that the duplicates appear on another page, it’s just that the link only works on first page. When you navigate away from the first page, the link still appears but it’s a dud.

Added to bugs