[Resolved] Fields top row out of order in advanced search

    • September 4, 2018 at 5:00 am #2117
      L
      lafr
      Participant

      When doing a advanced search the top field doesn’t have right labels and look glitched to the left and right.

    • September 4, 2018 at 7:42 am #2122
      L
      lafr
      Participant

      I found that it looks even worse with mobile view:

    • September 14, 2018 at 6:07 pm #2194
      visimitra
      Participant

      have same problem, checked that version 1.10.1-v1.3 dont have this problem apparently

    • September 17, 2018 at 2:35 am #2206
      L
      lafr
      Participant

      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 #2488
      stevland
      Keymaster

      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.