You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ticket view, under the "Prepared Responses" dropdown, the "Create New" link currently redirects to the list of prepared responses instead of directly opening the prepared response creation form.
Steps to Reproduce
Go to the ticket view screen.
Click on the "Prepared Responses" dropdown.
Click the "Create New" link.
It opens the listing page of prepared responses.
Expected Behavior
Clicking on "Create New" should open the prepared response creation form, not the list page.
Current Behavior
The link redirects to the helpdesk_member_prepared_responses route (list page) instead of the creation form.