OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
26 stars 107 forks source link

newrequest/allProducts: Paginator disappears for last product overview page. #123

Closed NielsDeGroot closed 3 months ago

NielsDeGroot commented 4 months ago

In this test-case I have 23 products under Root category (all products) So slightly more than default of 20 entries per page.

Now when I click on the 'Next Page' the last three products get displayed. Then click on the 'Dashboard' page and click on 'Request product'

Or alternatively:

Click on 'Go to cart' (so empty cart) and then click on 'Start new request'

Result:

The 'newrequest/allProducts' page still shows the last/current page, but now the paginator options are gone. To get them back you have to force a refresh: F5.

1 2 3 4

Regards, Niels

juancarloscamargo commented 3 months ago

Can't reproduce it, Niels. My list have more than 23 products, far more. If I go to the last page , then return to the dashboard via link or to the empty cart and start a new request, the paginator works fine. I dont know if it is related, but do you have any api customization on the product item list method? Running v92 branch from Jan, 16th.

NielsDeGroot commented 3 months ago

Hello Juan Carlos,

Thank you for double-checking this. Strange I can reproduce this on:

I think this is also related to this stale data issue: https://github.com/OneIdentity/IdentityManager.Imx/issues/118 So I will close it and wait until ticket 447757 is fixed.

Thank you, Niels