Forum Replies Created
-
In reply to: "Merged ticket" icon in ticket number column is shown for every ticket
February 19, 2021 at 10:01 am #7441stevland
KeymasterDid that work? It’s been a couple of weeks so I will mark this as resolved, but feel free to post an update at any time.
In reply to: Attachment Inline Plugin doesn't work with PDF documents
February 19, 2021 at 9:53 am #7440stevland
KeymasterAfter updating the plugin, did you clear Safari’s browser cache?
Unfortunately I do not have access to a Mac right now, so I can’t test MacOS Safari.
But I did try it on an iPhone and a PDF did preview in iOS Safari, although the preview sometimes did not load right away until I refreshed the page.
If clearing Safari’s cache doesn’t help, try the SHIFT + O keyboard combination to view the same ticket in vanilla osTicket. Does the PDF preview display as expected over there?
(BTW I highly recommend using Chrome on MacOS anyway. I think it is a crime that Apple keep promoting Safari. Either they should accelerate its development, or they should abandon it. But that’s my personal opinion, ymmv)
In reply to: Empty page after upgrade to v1.14.4
February 19, 2021 at 9:40 am #7439stevland
KeymasterObviously there isn’t anything I can do to help you right now.
I know I said this:
Search this forum for the terms ‘white’ and ‘blank’. I know this type of thing has come up once or twice in the past.
But I also searched the forum and the incidents I was thinking of where totally different and unrelated to your issue.
So to answer your question: “Has this been reported elsewhere?” Sorry, no.
It seems to me that you must be doing something wrong during the installation process.
My advice is to create a copy of your current database, install 1.15.x in a different directory and using the copied db, and let it upgrade the db.
That way you can have a testing installation while keeping your production installation running.
Then fill out the Assistance Request Form again with the info on your testing installation and I will take a look (section 3 of the form would be really helpful, if possible, so that I can look at your error logs as you did not report back on that when I asked).
I will mark this resolved for now but feel free to report back at any time.
In reply to: Keyboard Shortcut / Edit Ticket
February 18, 2021 at 3:58 pm #7435stevland
KeymasterHi Oliver,
This is a great idea. It will be added in all future 1.15.x releases.
In the meantime you can open /osta/js/mousetrap.js, add the following…
// shift + e
Mousetrap.bind('shift+e', function(e) {
var loc = location.href;
loc += loc.indexOf("?") === -1 ? "?" : "&";
location.href = loc + '&a=edit';
});
…and then have at ‘er.
In reply to: Customizing priority colors!
February 18, 2021 at 10:58 am #7430In reply to: ID number overlap
February 18, 2021 at 8:13 am #7427stevland
KeymasterI’m very surprised that anyone who is running a recent release is seeing this issue.
But here is a nuclear fix.
Copy / paste the following to Admin Panel > Theme > Custom CSS:
.Icon.apiTicket {
background: none;
margin-left: 0;
}
a.Icon.apiTicket.preview {
margin: 0 0 0 12px;
margin: 0;
}
a.Icon.apiTicket.preview b {
font-weight: normal;
font-size: 10px;
font-family: 'Open Sans', sans-serif;
}
table.list.queue.tickets a.Icon.apiTicket.preview {
font-weight: 400;
border: .5px solid #128dbe;
border-radius: 2px;
padding: 2px 3px 2px 3px;
background: #ffffff7a;
margin: 0;
font-size: 10px;
}
If it doesn’t work, let me know!
In reply to: Attachment Inline Plugin doesn't work with PDF documents
February 17, 2021 at 11:58 am #7419stevland
KeymasterThank you for the report.
Please replace
<span style="color: #008000;">/include/plugins/attachment_preview.phar</span>
with this version.You may need to then go to Admin Panel > Manage > Plugins and re-enable the Attachment Inline Plugin.
But either way, after that you should be good-to-go.
In reply to: "Merged ticket" icon in ticket number column is shown for every ticket
February 5, 2021 at 10:22 am #7392stevland
KeymasterHmmm. Please try clearing your browser cache.
If that doesn’t fix this glitch, let me know.
In reply to: New Message green dot is missing
February 5, 2021 at 10:20 am #7391stevland
KeymasterHi @NIcholasjansen,
Just a quick note to let you know that I have received your form submission and I will look into this soon.
In reply to: Display bug after viewing user tickets
February 5, 2021 at 10:19 am #7390stevland
KeymasterHi guys,
Please see this for the cause and a couple of solutions:
https://osticketawesome.com/forums/topic/footer-showing-text/
In reply to: Problem at sorting the ticket overview categories
February 5, 2021 at 10:17 am #7389In reply to: Timezone Bug osTicket-1.15.1-Awesome-101 & osTicket-1.15-Awesome-101
February 5, 2021 at 10:00 am #7388In reply to: Reference to reply arrows increasing each time I open and back in browser
February 5, 2021 at 10:00 am #7387stevland
KeymasterOh, that’s weird.
It is definitely not happening on this end, at least in Chrome. I don’t have access to Safari at the moment, but I’ll check later.
Let’s make sure I am understanding you correctly. You are on the Ticket Queue page, you click to go into a Ticket View page, and then use the browser’s back button to go back to the Ticket View page…. is that right?
And are you eventually able to make the extra arrows go away. If so, how? For example, do they go away when you clear the browser’s cache?
In reply to: Assign bug – osTicket-1.15-Awesome-101
February 5, 2021 at 9:55 am #7386stevland
KeymasterI am not seeing that on this end. Can you please send a screenshot?
In reply to: Can't select options for new rule in filters
February 5, 2021 at 8:19 am #7384stevland
KeymasterHmmm I can’t reproduce that on my end.
What happens when you switch over to vanilla osTicket (by pressing SHIFT + O)?
Are the fields populated over there?