Skip to content
Snippets Groups Projects
  1. Aug 04, 2018
    • Jared Hancock's avatar
      queue: Improve queries necessary for rendering · 59d645a7
      Jared Hancock authored
      This removes a significant number of queries used to render the drop-down
      menu for the queues.
      
      Each queue displayed on the page previously required a database query to
      determine its children. This patch changes the strategy to fetch all the
      queues and organize them as a tree. The tree can then be walked as the menu
      is rendered and does not require any further queries.
      
      On my test system, it reduces the number of queries for the ticket listing
      page from 56 to 46.
      59d645a7
    • Jared Hancock's avatar
      queue: Fix several issues · c12fb23c
      Jared Hancock authored
      This might happen if the close date was added to a queue and filtered
      through a date/time filter.
      
      Also fix warning emit when editing queue configuration
      
      Also fix a few crashes if there is a naming mismatch on the field named in
      search criteria and the current name of the field. And fix a regression
      where the queue criteria would not be properly updated when saved.
      
      If a queue inherits columns from a parent, the conditions would also be
      inherited. This fix changes the association by linking the inherited
      column to the child queue at run-time. This allows the queue column to
      fetch the queue conditions from the child queue which inherited the
      columns.
      
      Check 'inherit columns' checkbox when cloning a queue
      
      Fix doubled saved search listing
      c12fb23c
  2. Jul 18, 2018
    • aydreeihn's avatar
      Email Recipients Revisited Corrections · 731c9fe9
      aydreeihn authored
      - Clean up/correct notifyCollaborators function
      - Make sure function calls are passing in all needed variables
      - getContact function added to EmailRecipient class to properly set up email notifications
      - Corrections on encoding recipients for thread entries
      731c9fe9
  3. Jul 13, 2018
  4. Jul 11, 2018
    • JediKev's avatar
      feature: Release Role Permission · d354e095
      JediKev authored
      This feature adds a new Role permission called Release. This permission
      (if Enabled) allows an Agent to release ticket assignment. This permission
      is configurable for each and every Role in the helpdesk. This also keeps
      current functionality where Department Managers do not need the Role
      Permission in order to release tickets. In addition to the permission,
      this feature adds a new Release modal giving the option to choose who to
      release assignment from (Agent/Team/Both). This also adds a comment box to
      the release modal to optionally enter a reason for releasing assignment.
      Lastly, this adds a Release Thread Event so an event is logged showing who
      released who’s assignment.
      d354e095
  5. Jul 05, 2018
    • JediKev's avatar
      issue: Queue Export Sorting · eeccbf30
      JediKev authored
      This addresses an issue where the Queue Export does not remember your
      column sorting. This was due to the `getExportableFields()` function
      called in the Export Template that gets a predefined list of fields plus
      some `cdata` fields with a predefined sort order (not your saved sort
      order). This updates the export template to merge the `$fields` array that
      contains the exportable fields in the saved sorting order and the
      `getExportableFields()` result (array) that contains the same fields plus
      `cdata` fields. This will return the fields in the saved sorting order
      whilst still displaying possible `cdata` fields.
      eeccbf30
  6. Jun 05, 2018
    • aydreeihn's avatar
      This commit completely removes the BCC functionality. · d93089b3
      aydreeihn authored
      This means Agents can no longer choose to add a BCC User while creating or responding to a Ticket.
      
      This also means that if a User emails in a Ticket where someone is BCC'd, the Ticket will be created without the BCC'd User(s).
      
      If an email is sent where the Department email is BCC'd, a Ticket is created for that Department and other Users in the email are added as Collaborators.
      
      This also changes the response options for Agents. They now have the options to:
      - Reply All (User + Collaborators)
      - Reply to User (only the User)
      - Do not Email Reply
      
      (Previously the options were Reply All, Reply to User, Reply to CC + User, Reply to BCC, Do not Email Reply)
      d93089b3
  7. May 22, 2018
    • aydreeihn's avatar
      This commit modifies the UI for Post Reply when an Agent views a Ticket. · 7a29022d
      aydreeihn authored
      - Change To dropdown to have different reply types
      	- Reply to All
      	- Reply to User
      	- Reply to Collaborators
      	- Reply to BCC
      - Add a help tip for the new reply types
      - Set the reply type selected based on the last user respondent
      	- Reply to Collaborator by default or if the last message is from the ticket user or a CC collaborator
      	- Reply to BCC if the last message is from a BCC user
      - Put User, CC, and Bcc fields below and indented as appropriate (User field is readonly)
      - Add a new flag to Agent responses to show which reply type they selected. Put the flag on Agent thread entries
      7a29022d
  8. May 15, 2018
    • Mat Whitney's avatar
      Check permissions before displaying Close Task · f62e9669
      Mat Whitney authored
      Don't display the Close Task option if the current user can't close it...
      f62e9669
    • JediKev's avatar
      issue: Org. User Account Status · d3beb9e8
      JediKev authored
      This addresses an issue where the User’s account status is always 'Active'
      in the Organization list no matter what their actual status is. This adds the
      account status to the user query which adds the correct status to the Users’
      account.
      d3beb9e8
  9. May 03, 2018
    • aydreeihn's avatar
      Quick Fixes: · cf8f7578
      aydreeihn authored
      - On ticket edit, only display inactive help topic warning if the ticket has a help topic
      - Inline edit file save fix
      - Remove future search/filter criteria for datetime fields that can't be in the future
      - Fix calculations for 'next 7 days' and 'next 30 days'. They were selecting dates between now and n days AGO instead of between now and n days in the future
      cf8f7578
  10. May 01, 2018
  11. Apr 19, 2018
    • JediKev's avatar
      issue: Ticket Preview Broken · bbb86728
      JediKev authored
      This addresses an issue where the Ticket Preview is broken no matter if it
      has a custom field attached or not. This corrects a typo for `$thisstaff`
      so the system can get the Agent’s Role to complete the rest of the preview
      options.
      bbb86728
  12. Apr 17, 2018
  13. Apr 10, 2018
  14. Apr 09, 2018
  15. Apr 02, 2018
    • JediKev's avatar
      issue: Org. User Account Status · beb6cad5
      JediKev authored
      This addresses an issue where the User’s account status is always 'Active'
      in the Organization list no matter what their actual status is. This adds the
      account status to the user query which adds the correct status to the Users’
      account.
      beb6cad5
  16. Mar 24, 2018
  17. Mar 22, 2018
    • Peter Rotich's avatar
      Make FAQ & Pages Attachments Viewable · cefe6848
      Peter Rotich authored
      Commit c4579277 introduced an extra administrative security feature to
      restrict files access to signed in users only, even  if a user has a valid
      & signed download URL. The feature, however, did not take into account
      public images & files associated with FAQs and pages such as
      landing/thank-you pages.
      
      This commit addresses the shortcoming by adding a reference ID (attachment ID)
      to the download/access URL, that can be used to deduce the model/object type
      that the file request is associated with. The technique will allow us in the
      future to enforce ACL at the file level depending on privacy settings and
      the security clearance of the user (agent).
      cefe6848
    • Peter Rotich's avatar
      Notes: Ghost Poster · 2d4eb3e6
      Peter Rotich authored
      Account for the possibility of agents being deleted
      2d4eb3e6
  18. Mar 20, 2018
    • Peter Rotich's avatar
      Tickets Visibility · 5bfabd28
      Peter Rotich authored
      Unify ticket visibility as a routine to make sure it's applied uniformly.
      5bfabd28
    • JediKev's avatar
      feature: Create Task Ticket Thread Action · a0d4cc69
      JediKev authored
      This adds a Ticket Thread Action for creating a Task. This action will
      popup the New Task modal and will pre-fill the body of the New Task with
      the body of the Thread Entry from which the action was made from.
      
      Example:
      Thread Entry - “I will need to check on the status of your account.”
      Click Create Task from that Thread’s Actions
      System will show New Task popup with the body as “I will need to check on
      the status of your account.”
      a0d4cc69
  19. Mar 19, 2018
    • Peter Rotich's avatar
      Custom Queues and Columns · eaf6f78f
      Peter Rotich authored
      * Make saving advanced ticket search intuitive
      * Make save separate operation from search (primary)
      * Show inherited criteria on parent queue change
      eaf6f78f
  20. Mar 18, 2018
  21. Mar 16, 2018
  22. Mar 07, 2018
    • JediKev's avatar
      issue: Task Action Button Styling · 1b3032d2
      JediKev authored
      This addresses an issue where the Delete Task Action Button had the wrong
      classes which gave it the wrong styling. This corrects the class to make
      the Delete button look like the other buttons and still have the red
      background on hover.
      1b3032d2
  23. Mar 06, 2018
  24. Feb 26, 2018
  25. Feb 22, 2018
  26. Dec 17, 2017
    • Peter Rotich's avatar
      Add Ticket Referral on Assignment / Transfer · a61642ed
      Peter Rotich authored
      Refer ticket to current assignee on reassignment
      Refer ticket to current department on transfer
      a61642ed
    • Peter Rotich's avatar
      Thread Referral · 6ab63563
      Peter Rotich authored
      Add the initial concept of thread (tickets & tasks) referral.
      
      * Agent & Team
      Referring a ticket to an agent or team - is just like assignment without
      actually assigning. If referred agent doesn't have access to the ticket's
      department then they'll only have view access.
      
      * Department
      This is like assigning a ticket to the entire department. Meaning agents who
      have access to the referred to department will now see the ticket - what
      they can do with the ticket will depend on the assigned role in that
      particular department.
      
      It's important to note the ticket will technically be still the
      responsibility of the primary department. Transferring the ticket is the
      sure way to relinquishing the responsibility.
      
      * Auto Department Referral via email
      This will happen if an email is sent to multiple departments. For example an
      email with TO: support &  CC: billing will result in the ticket getting
      routed to "support" department and "billing" getting a referral of the same
      ticket. This allows both departments to have visibility of the ticket -
      which is not possible at the moment.
      6ab63563
    • aydreeihn's avatar
      new branch with bcc/cc and security updates · c4fe7260
      aydreeihn authored
      c4fe7260
    • Peter Rotich's avatar
      queue: Add ability to delete custom queues · e988b8db
      Peter Rotich authored
      e988b8db
  27. Dec 14, 2017
  28. Dec 13, 2017
    • Peter Rotich's avatar
      Thread Referral · 523dc8d6
      Peter Rotich authored
      Add the initial concept of thread (tickets & tasks) referral.
      
      * Agent & Team
      Referring a ticket to an agent or team - is just like assignment without
      actually assigning. If referred agent doesn't have access to the ticket's
      department then they'll only have view access.
      
      * Department
      This is like assigning a ticket to the entire department. Meaning agents who
      have access to the referred to department will now see the ticket - what
      they can do with the ticket will depend on the assigned role in that
      particular department.
      
      It's important to note the ticket will technically be still the
      responsibility of the primary department. Transferring the ticket is the
      sure way to relinquishing the responsibility.
      
      * Auto Department Referral via email
      This will happen if an email is sent to multiple departments. For example an
      email with TO: support &  CC: billing will result in the ticket getting
      routed to "support" department and "billing" getting a referral of the same
      ticket. This allows both departments to have visibility of the ticket -
      which is not possible at the moment.
      523dc8d6
Loading