The page change button in the admin page is invalid
-
【key_name * stock】
Test1 * 15 , Test2 * 15
Main problem: One page displays 10 keys, the second page should display the remaining 5 keys
Step1 Enter the product name(Test1) and press Filter
【Screenshots】
Step2(bug) Pressing the page change button does not display Test1 correctly but displays Test2
【Screenshots】
【Network】
Request URL: https://34.64.79.50/wp-admin/admin.php?page=lmfwc_licenses&paged=2
Parameters
page: lmfwc_licenses
paged: 2
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
At present, it is found that you must enter the page number first and press Enter, and the button on the next page cannot be used normally.
Step1 Enter the product name(Test1) and press Filter
【Screenshots】
Step2(correct) Enter the number of pages first and then press Enter to display the data correctly
【Screenshots】
【Network】
Request URL: https://34.64.79.50/wp-admin/admin.php?page=lmfwc_licenses&paged=2
Parameters
action: -1
product-id: 4190
paged: 2
action2: -1
Result: If you click the button on the next page without entering the page number, the parameter (product-id) will be missed, and the information on the second page will display incorrectly
- The topic ‘The page change button in the admin page is invalid’ is closed to new replies.