Skip to content
Snippets Groups Projects
  1. Feb 11, 2019
  2. Feb 08, 2019
  3. Feb 07, 2019
    • JediKev's avatar
      issue: Client-Side Forms · d4e240b8
      JediKev authored
      This addresses an issue where the client-side forms are not rendering
      correctly. This is due to updating the render() functions but not updating
      everywhere they are used.
      d4e240b8
  4. Feb 06, 2019
  5. Feb 05, 2019
  6. Feb 04, 2019
  7. Feb 01, 2019
  8. Jan 31, 2019
    • JediKev's avatar
      issue: Remove Referral Borked · 20c876f3
      JediKev authored
      This addresses an issue where removing a Referral from the Manage Referrals
      modal just loads and loads, never actually removing the referral. This is
      due to the AJAX URL containing an extra `/` causing an "Unsupported URL"
      error.
      20c876f3
    • JediKev's avatar
      issue: New Ticket Field Permissions · a7d5b60c
      JediKev authored
      This addresses an issue where creating a ticket as an agent and selecting a
      Help Topic does not show the Issue Summary or Issue Details fields. This is
      due to us passing 3 parameters instead of 1 as an array. This combines the
      params in one array and only passes the array as a param.
      a7d5b60c
    • JediKev's avatar
      issue: SubQueues Hide PersonalQueues · d9df464a
      JediKev authored
      This addresses an issue where adding SubQueues hides PersonalQueues. This
      was due to the variable `$childs` being reset in the sub-navigation
      template.
      d9df464a
    • 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
    • Peter Rotich's avatar
      Merge pull request #4680 from aydreeihn/issue/php72 · 460b445f
      Peter Rotich authored
      PHP 7.2 Compatibility
Loading