Issue: Tasks Within Tickets
This commit addresses issues we had with viewing Task(s) within a Ticket: 1. When viewing the table of all Tasks on a Ticket, the Options dropdown should only allow the Agent to Reopen or Close the Tasks based on the status of the Tasks. Ex: If there is only 1 Open Task, you should only see the 'Close' Option If there are 2 Closed Tasks, you should only see the 'Reopen' Option If there are multiple Tasks in which some are Open and some are Closed, you should see both the 'Reopen' and 'Close' options 2. When viewing an individual Task within a Ticket, the status options were the opposite of what they should have been. Now, if the Task is Open, the Agent will see the option to 'Close' the Task. If the Task is Closded, the Agent will see the option to 'Reopen' the Task.
Showing
- include/staff/templates/task-view.tmpl.php 1 addition, 1 deletioninclude/staff/templates/task-view.tmpl.php
- include/staff/templates/tasks-actions.tmpl.php 16 additions, 50 deletionsinclude/staff/templates/tasks-actions.tmpl.php
- include/staff/ticket-tasks.inc.php 6 additions, 1 deletioninclude/staff/ticket-tasks.inc.php
Loading
Please register or sign in to comment