Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
    • Jared Hancock's avatar
      filedrop: Fix file drag and drop · 0ef7cc1a
      Jared Hancock authored
      This fixes an issue introduced in the upgrade to jQuery three. The filedrop
      field was not updated correctly and drag and drop files was broken.
      Additionally, this handles cases where files are dragged over the box but
      not dropped. The style of the box is correctly reset after the drag leaves
      the box.
      0ef7cc1a
  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