Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
    • JediKev's avatar
      issue: Local Avatar Annotation · 6f2fd384
      JediKev authored
      This addresses issue 4700 where local avatars where breaking queues with
      Avatar Annotation. This is due to the local avatars not having a `setSize()`
      function. This updates local avatars so that they can be resized.
      6f2fd384
  2. Feb 11, 2019
  3. Feb 08, 2019
  4. 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
  5. Feb 06, 2019
  6. Feb 05, 2019
  7. Feb 04, 2019
  8. Feb 01, 2019
  9. 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
Loading