-
-
November 15, 2022 at 5:58 am #13210NnandorParticipant
Hi Stevland,
In the 1.17.Rev1 the task queue is missing (Only the Awesome version, in the Vanilla is correct.)
Look this: https://a8.osticketawesome.com/1.17.1-1/scp/tasks.php?status=open
-
November 15, 2022 at 8:29 am #13235Citd-ap@casscountynd.govParticipant
I can also confirm this. 1.17.1 task queue is missing in Awesome, not Vanilla. Just updated today with a fresh download.
-
November 16, 2022 at 9:37 pm #13306stevlandKeymaster
Hi guys,
I’m still working on this one. But I have a temporary solution for you.
\include\staff\tasks.inc.php, Lines 313 – 330
<!--osta-->
<div class="pull-right" style="height:25px">
<span class="valign-helper"></span>
<?php
require STAFFINC_DIR.'templates/queue-sort.tmpl.php';
?>
</div>
<div class="pull-right flush-right">
<!--osta-->
<div id="add-task-mobile">
<span class="action-button">
<a class="newTicket new-task" href="#tasks/add" title="Open a New Task" id="new-task" data-dialog-config='{"size":"large"}'><i class="icon-share"></i></a>
</span>
</div>
If you remove that code the Tasks page will load. The “More” button will be missing, which means you can’t select multiple tasks and Claim / Close / Transfer / Assign or Delete them from that page. But you can still open each individual tasks and perform those operations.
-
You must be logged in to reply to this topic.