-
-
September 17, 2018 at 2:35 am #2206LlafrParticipant
This is a real shitty solution but at least the mobile view will work:
Remove lines near 733 in /include/staff/tickets.inc.php so it looks like this:
<br />
<?php<br />
if($search && !$status){<br />
$displaystatus=TicketStatus::getLocalById($T[‘status_id’], ‘value’, $T[‘status__name’]);<br />
if(!strcasecmp($T[‘status__state’],’open’))<br />
$displaystatus=”<b>$displaystatus</b>”;<br />
} else { ?>This is better than nothing, rows will still be miss placed but mobile view will work, hope some one has a better one.
-
October 31, 2018 at 11:06 am #2488stevlandKeymaster
Hi guys,
Unfortunately in an attempt to fix another issue I created a whole new one.
Without going into all of the messy details I have to completely overhaul how osTicket Awesome displays ticket tables… again! Every time I work on this it takes several days of development to complete unfortunately.
Long story short I am aware of the display issues when Searching (or Advanced Searching) tickets and plan to have a fix integrated into the next release.
Thank you for your patience.
You must be logged in to reply to this topic.