Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - TicketID attribute multiplies in URL after pressing Back in AgentTicketZoom #599

Open
BuilderNSV opened this issue Sep 23, 2024 · 0 comments

Comments

@BuilderNSV
Copy link

Environment

  • Server OS: Linux
  • Browser: Firefox
  • Znuny version: 7.1.2

Expected behavior

URL should stay unchanged after return back from AgentTicketZoom

Actual behavior

On exit from AgentTicketZoom by pressing Back button TicketID attribute in URL multiplies

How to reproduce

Steps to reproduce the behavior:

  1. Create any one ticket by phone
  2. Go to Dashboard. See that URL looks as localhost/znuny/index.pl?Action=AgentDashboard
  3. View ticket - go to AgentTicketZoom by clicking on ticket
  4. See that URL looks like localhost/znuny/index.pl?Action=AgentTicketZoom ;TicketID=5
  5. Press Back button on AgentTicketZoom
  6. See that URL became localhost/znuny/index.pl?Action=AgentDashboard ;TicketID=5 (compare with step 2)
  7. Repeat step 3 and step 5
  8. See that URL became localhost/znuny/index.pl?Action=AgentDashboard ;TicketID=5;TicketID=5
  9. If continue to repeat steps 3 and 5 URL will have multiple TicketID attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant