Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 13 Online 3,047 Members

Resolved Overdue Alerts

6 Posts
2 Users
0 Reactions
170 Views
Posts: 4
Topic starter
(@mcmastertech)
Member
Joined: 8 years ago

Running osTicket v1.14.1 // osTicket-1.14.1-Awesome-102
PHP 7.3.14 // MySQL 10.2.24 // Apache web server

When trying to view overdue notices the popup notification always (no matter screen resolution) shows up off left of the screen. See screenshot.

Also we are unable to get rid of the overdue notification even if we adjust the SLA and due date is not for weeks.


5 Replies
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Overdue popup notification?! I am not familiar with this. I'm thinking you must have installed a third-party plugin or mod for this functionality, yes?


Reply
Posts: 4
Topic starter
(@mcmastertech)
Member
Joined: 8 years ago

We are running OS Ticket and the OS Ticket Awesome with the only plugin being Attachments on the File System.

If i click on the Alert icon the popup always appears nearly off screen, if you click and drag the popup too see what was selected they are the Status options "Open" "Resolved" "Closed" on this popup.


Reply
Posts: 4
Topic starter
(@mcmastertech)
Member
Joined: 8 years ago

Following up if there are any fixes we can apply to ensure this window pops  up where ti is supposed to?

Also any idea on why the Overdue notices do not go away even if the SLA is increased and the ticket is not overdue?


Reply
Posts: 4
Topic starter
(@mcmastertech)
Member
Joined: 8 years ago

We are still having this problem, we do have a custom status "Awaiting Feedback" that may be breaking this but it should still display.


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Yikes! I feel silly that it took me so long to figure out what you meant. I just wasn't expecting it because it wasn't meant to be there.

This will be fixed in the next release, which incidentally will be dropping later this week.

But if you'd prefer to fix it manually (rather than upgrading) it is really simple.

Open /include/class.queue.php

Change line 1775 from:

return '<div class="overdueTicket-container"><span class="Icon overdueTicket" data-dropdown="#action-dropdown-statuses" data-placement="top" data-toggle="tooltip" title="Ticket is Overdue!"></span></div>';

To:

return '<div class="overdueTicket-container"><span class="Icon overdueTicket" data-placement="top" data-toggle="tooltip" title="Ticket is Overdue!"></span></div>';

Thank you so much for taking the time to bring this to my attention, @mcmastertech!


Reply
Share: