You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/16 03:57:22 UTC

[GitHub] [apisix-dashboard] freecodelover commented on issue #2129: Bug: route pagination error when delete the route item in the last page

freecodelover commented on issue #2129:
URL: https://github.com/apache/apisix-dashboard/issues/2129#issuecomment-920555886


   I can reproduce it too.
   And I see it's requesting such a URL `/apisix/admin/routes?label=&page=2&page_size=10` after deleting the last router.
   
   But the page number is changed to `1` not the previous `2`, so it is confusing.
   ![image](https://user-images.githubusercontent.com/89953447/133546834-d31427b5-2a4a-4a1f-a536-b2c013b8db7f.png)
   
   I think it's better to use the `page` value in the URL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org