Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Fix Version/s: 4.0.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
When using the "Ticket Search" from the search bar, the pagination link URLs are incorrect. Clicking to view another page from pagination leads to a 404 page.
It looks like the issue may be an additional slash ('/') in the URL.
Ex:
The correct page 1 URL is:
/admin/plugin/support_manager/admin_tickets/search/?search=1
The incorrect page 2 URL is:
/admin//plugin/support_manager/admin_tickets/search/?p=2&search=1