Skip to content
Snippets Groups Projects
  1. May 02, 2018
  2. Apr 25, 2018
  3. Apr 24, 2018
    • aydreeihn's avatar
      Changes for email template recipient/staff variables: · 3171aa0c
      aydreeihn authored
      - change recipient name vars to 'Collaborator' in tmpls if ticket user isn't a recipient
      - for templates going to Bcc'd Collaborators, account for all name format variables that could be used
      - new function getNameFormats returns an array of all name formats in templates for staff.name.* or recipient.name.*
      - other minor cc/bcc fixes
      3171aa0c
  4. Apr 23, 2018
    • JediKev's avatar
      issue: Drop Gmail "ltr" Attributes · 6ddfd8b7
      JediKev authored
      This addresses an issue where the New Activity Notice Template was not
      keeping the CSS styling for the %{message} variable. This was due to Gmail
      adding `<div dir="ltr">` tags around some text in the body causing the CSS
      styling to break. This adds RegEx to the formatter so we can remove the
      `<div dir="ltr">` tags from the email body before the New Activity Notice
      Template is sent preserving the CSS styling.
      6ddfd8b7
  5. Apr 19, 2018
    • aydreeihn's avatar
      This fix uses 'filter' instead of 'findFirst' for finding Dept and Team... · 8ccae742
      aydreeihn authored
      This fix uses 'filter' instead of 'findFirst' for finding Dept and Team referrals since the __in operator is not included in the evaluate function that was being called when using 'findFirst'
      8ccae742
    • 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
  6. Apr 17, 2018
    • aydreeihn's avatar
      Fixes found while writing test cases: · 510046c5
      aydreeihn authored
      - function isReopenable needed to check for topic
      - getHelpTopics for inline edit needed to include name of disabled Topic if selected
      - getHelpTopics for dashboard needed to include disabled/archived Topics
      510046c5
    • JediKev's avatar
      issue: Inherit Columns & Use Standard Columns · c41e6d70
      JediKev authored
      This addresses an issue where unchecking the box for 'Inherit columns from
      the parent queue' does not hide the columns from the parent queue. Instead
      it pushes them below the new, editable columns. This adds jQuery to toggle
      the visibility of the parent columns.
      c41e6d70
    • aydreeihn's avatar
      additional cc/bcc changes · 46afc966
      aydreeihn authored
      46afc966
  7. Apr 12, 2018
  8. Apr 11, 2018
  9. Apr 10, 2018
  10. Apr 09, 2018
  11. Apr 05, 2018
  12. 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
  13. Mar 29, 2018
  14. Mar 28, 2018
  15. Mar 26, 2018
    • JediKev's avatar
      issue: Outlook _MailEndCompose · fad881ed
      JediKev authored
      This addresses an issue where Outlook adds weird (and seemingly random)
      _MailEndCompose tags to the email body which turns unwanted content into
      links. This adds the _MailEndCompose tag to Format::sanitize() so it
      will be removed from the email body.
      fad881ed
Loading