Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
    • 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
  2. Jul 26, 2018
  3. Jul 25, 2018
  4. Jul 24, 2018
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap Fix · 2dacfde0
      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.
      2dacfde0
    • JediKev's avatar
      issue: Client Side Column Sorting · 1a92dcb1
      JediKev authored
      This addresses an issue where client side column sorting does not work at
      all. This is due to the if/else statement that checks for a REQUEST sort
      order and if the REQUEST sort order matches an `$orderWays` array value. The
      if statement returns TRUE for DESC and sets the sort order to DESC as it
      equals '-' (a dash) but ASC equals '' (an empty string) so it returns FALSE
      which fails-over to the else statement setting the sort order to DESC. In
      addition, this adds sorting icons the the column headers to make it more
      obvious they are sortable.
      1a92dcb1
    • JediKev's avatar
      issue: IE White Screen Of Death · ab7844ae
      JediKev authored
      This addresses an issue on the forums where clicking to view the ticket as
      an Agent in IE 11 throws a white screen of death. This is due to the
      shorthand javascript arrow functions in `include/staff/ticket-view.inc.php`.
      ab7844ae
    • Peter Rotich's avatar
      Merge pull request #30 from aydreeihn/issue/entry-recip-icons · a48813a1
      Peter Rotich authored
       Collaborator Fixes
  5. Jul 23, 2018
    • aydreeihn's avatar
      Collaborator Fixes: · a4de3514
      aydreeihn authored
      - Fix for ‘creating default object from empty value’ message
      - Add collaborators in the Ticket::create function instead of Ticket::open so that we can getRecipients in postMessage function
      - Add relevant thread_entry_recipients in postMessage function for front end tickets (scp or Web Portal)
      
      Note: This in turn fixes Issue #4354
      a4de3514
    • aydreeihn's avatar
      Recipients Icon + View Email Recipients for Users · 8c707b5d
      aydreeihn authored
      This commit puts the recipient icon (for one recipient or multiple) on Thread Entries created by Users. It also stores email recipients so you can view them in the Thread Entry Actions.
      
      For Emails:
      All recipients in the email are tracked
      
      For front end entries:
      All recipients who received an alert are tracked
      8c707b5d
    • JediKev's avatar
      issue: ChoiceField Template Variable · 59ec7afc
      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.
      59ec7afc
  6. Jul 22, 2018
  7. Jul 20, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
    • aydreeihn's avatar
      Collaborator Tickets Visibility Fix: · 98dc5d9b
      aydreeihn authored
      This commit fixes the counts in the Web Portal based on which Tickets the User has access to.
      98dc5d9b
    • aydreeihn's avatar
      Collaborator Tickets Visibility: · e9db21a5
      aydreeihn authored
      This feature gives Agents the capability deciding whether or not Users should be able to see Tickets to which they are Collaborators for in their Ticket queues.
      
      By default, Users are able to see all Tickets they take part in whether they are the User for the Ticket or a Collaborator.
      
      If the Agent would like to disable Users seeing their Collaborator Tickets, they can configure the setting here:
      Admin Panel | Tickets | Settings | Collaborator Tickets Visibility
      e9db21a5
    • aydreeihn's avatar
      Email Recipients Revisited Corrections · 731c9fe9
      aydreeihn authored
      - Clean up/correct notifyCollaborators function
      - Make sure function calls are passing in all needed variables
      - getContact function added to EmailRecipient class to properly set up email notifications
      - Corrections on encoding recipients for thread entries
      731c9fe9
    • Peter Rotich's avatar
      Merge pull request #26 from aydreeihn/issue/collaborator-font · 2325760f
      Peter Rotich authored
      Ticket-View Collaborator Collapsible Fix:
    • aydreeihn's avatar
      Ticket-View Collaborator Collapsible Fix: · 7be98ee7
      aydreeihn authored
      This commit fixes an issue where the font for the word 'Collaborators' was being overwritten by the font associated with the icon-caret-right class.
      7be98ee7
  10. Jul 17, 2018
Loading