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
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
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 |
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 |
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #9 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Cody Phillips (Inactive) merged pull request #9 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |