Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. Aug 02, 2018
  3. Aug 01, 2018
  4. Jul 31, 2018
  5. Jul 30, 2018
    • aydreeihn's avatar
      Web Portal Fixes: · 4decaeca
      aydreeihn authored
      - Add space between column headers and sort arrow
      - Fix sorting by 'Subject' column
      - Fix redactor issues with 'Reset' button
      	- Make sure text within redactor is cleared correctly
      	- Make sure we don't keep attachments if Reset
      - Make sure redactor is reinitialized where needed
      4decaeca
    • JediKev's avatar
      issue: jQuery Sortable Redactor · a8ec8fa9
      JediKev authored
      This addresses issue 4372 where any Redactor text box within jQuery sortable
      is not clickable. This is due to Redactor not being an actual input field,
      rather a div, so sortable doesn’t see it as an input.
      a8ec8fa9
    • JediKev's avatar
      collab: @localhost Mailer Error · 1bd37820
      JediKev authored
      This addresses issue 4370 where Users responding to tickets via Client
      Portal triggers a “Failed to add recipient: @localhost” Mailer Error in the
      osTicket Logs. This is due to the `notifyCollaborators()` function that
      lacks a check for an empty mailing list.
      1bd37820
    • JediKev's avatar
      mailer: EmailAddress Object as Array · effa8aeb
      JediKev authored
      This address issue 4366 where sending a User a password reset email throws a
      fatal error of "object of type EmailAddress cannot be used as an array".
      This adds a switch case for EmailAddress to get the User's email address as
      a string not an object.
      effa8aeb
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap Fix · 2dc08a9e
      JediKev authored
      This addresses an issue introduced with 4332 where the deploy CLI breaks
      upon deploying to an existing location. This checks to see if there is a
      bootstrap file in the destination first and if so it uses that one if not
      uses the source.
      2dc08a9e
    • JediKev's avatar
      issue: ChoiceField Template Variable · 759b004c
      JediKev authored
      This addresses an issue on the forums where osTicket does not add the proper
      values to any custom choices field template variable. This adds an `asVar()`
      function to `class ChoiceField` so we can return the proper values for the
      template variables.
      759b004c
Loading