Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
    • aydreeihn's avatar
      Issue: Mass Assign · f3d0d9f7
      aydreeihn authored
      This commit addresses an issue where a Department might have the Ticket Assignment option set to All Agents, but when trying to mass assign Tickets, only Department Agents were shown in the list.
      
      Note: If mass assign is done on Tickets with different Departments that have different Ticket Assignment rules, Tickets will only be assigned to the Tickets that are allowed the assignment.
      f3d0d9f7
  2. Jan 23, 2019
  3. Jan 18, 2019
    • JediKev's avatar
      issue: Scrollable Quickfilters · 22c72aed
      JediKev authored
      This addresses an issue where having more than 30+ choices for a Quickfilter
      makes the dropdown run off the page causing some choices to be hidden. This
      makes it to where if you have more than 20+ choices we will make the
      dropdown a fixed height and make it scrollable.
      22c72aed
  4. Jan 17, 2019
    • JediKev's avatar
      issue: Task Response With Collaborators · 70f138b9
      JediKev authored
      This addresses a fatal error when adding a new response to a Task with
      Collaborators. When we implemented the MailingList for Users/Collaborators
      we forgot about the little Task Collaborators (poor little guys). This adds
      a new function called `getRecipients()` to `class Thread` that utilizes
      MailingList instead of UserList. This also adds two new functions to `class
      Util` that retrieves the User’s `user_id`.
      70f138b9
    • JediKev's avatar
      issue: Hide Task Loading Overlay · 786653ef
      JediKev authored
      This addresses an issue where the Loading overlay on Tasks will not
      disappear after the request was submitted. This adds two lines to first hide
      the "Loading" modal and then toggle the overlay.
      786653ef
  5. Jan 15, 2019
  6. Jan 08, 2019
    • aydreeihn's avatar
      Issue: Duplicate Search Results · ef8b8cc3
      aydreeihn authored
      This commit ensures that we do not return duplicate results when searching for Tickets with an Advanced Search that contains keywords.
      ef8b8cc3
  7. Jan 07, 2019
  8. Jan 03, 2019
    • aydreeihn's avatar
      Issue: Tasks Within Tickets · 85f42422
      aydreeihn authored
      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.
      85f42422
  9. Jan 02, 2019
    • aydreeihn's avatar
      Clarify User Import Instructions · 5fd32d23
      aydreeihn authored
      This commit updates the instructions for User imports letting the Agent know they should type 'Name, Email' on the first line and then put each new User Name/Email on the following lines to import Users.
      5fd32d23
    • JediKev's avatar
      issue: Dashboard Export Period · b951032c
      JediKev authored
      This addresses an issue where exporting statistics via the dashboard within
      a certain timeframe (eg. 07/01/2018 -> One Quarter) will always export the
      statistics from the selected date up to today. This is due to the Period
      option always being set to "Up to today" when the Export button is clicked
      which in return exports the stats from the selected start date to today.
      This adds JS to set the period the Agent selects so the Export will return
      the stats from the selected date to the selected period.
      b951032c
    • aydreeihn's avatar
      Issue: Edit Export Column Heading · a8acec83
      aydreeihn authored
      This commit addresses an issue where we did not save headings for export fields.
      We just need to leave the heading in the array rather than filtering it out so that we can save its new heading.
      a8acec83
  10. Dec 28, 2018
    • aydreeihn's avatar
      Task Collaborators · 85dd2eb2
      aydreeihn authored
      This commit changes the wording for Collaborators on Tasks to match the wording for Collaborators on Tickets.
      85dd2eb2
  11. Dec 20, 2018
  12. Dec 19, 2018
    • JediKev's avatar
      issue: markAs() elseif · e15ef82e
      JediKev authored
      This addresses an issue where Department Managers would not see the option
      for Marking tickets as (un)answered due to an elseif (should be an if
      instead).
      e15ef82e
  13. Dec 11, 2018
    • JediKev's avatar
      oops: markAs() Typo · e56878cd
      JediKev authored
      This addresses a typo in the `markAs()` function in `ajax.tickets.php`. DOH!
      Should’ve ran the lint tests
      e56878cd
  14. Dec 10, 2018
  15. Nov 28, 2018
  16. Nov 23, 2018
  17. Nov 19, 2018
    • JediKev's avatar
      feature: Complete Thread Variable · ffcd4b5e
      JediKev authored
      Support using %{ticket.thread} to export the entire ticket thread
      correspondence between agents and end users (owner + collaborators).
      ffcd4b5e
  18. Nov 07, 2018
Loading