Skip to content
Snippets Groups Projects
  1. Jun 05, 2018
    • aydreeihn's avatar
      This commit completely removes the BCC functionality. · d93089b3
      aydreeihn authored
      This means Agents can no longer choose to add a BCC User while creating or responding to a Ticket.
      
      This also means that if a User emails in a Ticket where someone is BCC'd, the Ticket will be created without the BCC'd User(s).
      
      If an email is sent where the Department email is BCC'd, a Ticket is created for that Department and other Users in the email are added as Collaborators.
      
      This also changes the response options for Agents. They now have the options to:
      - Reply All (User + Collaborators)
      - Reply to User (only the User)
      - Do not Email Reply
      
      (Previously the options were Reply All, Reply to User, Reply to CC + User, Reply to BCC, Do not Email Reply)
      d93089b3
  2. May 25, 2018
    • aydreeihn's avatar
    • aydreeihn's avatar
      New Ticket UI Changes + Some Post Reply UI Changes · cccc6217
      aydreeihn authored
      New Ticket UI:
      - Clean up recipient section (adding user and collaborators)
      - Give agents the option of who to send the new ticket alert to:
      	- Alert to All
      	- Alert to User
      	- Alert to CC + User
      	- Alert to BCC
      	- Do not send an Alert
      - Added option of adding new Users for cc/bcc section using the 'Add New' button
      
      Post Reply UI:
      - Instead of having to type to get the option of adding a new user in the cc/bcc boxes, put an Add New button
      - Clean up Add New routine
      	- Now when adding a new collaborator using the Add New button, the User's name will appear in the cc or bcc box as specified and the Agent can go ahead and write their reply rather than pulling up the manage collaborators popup and forcing the agent to have to save the collaborator changes before being able to type a reply
      - Change the option "Reply to Collaborators" to "Reply to CC + User" to avoid confusion
      cccc6217
  3. May 22, 2018
    • aydreeihn's avatar
      This commit modifies the UI for Post Reply when an Agent views a Ticket. · 7a29022d
      aydreeihn authored
      - Change To dropdown to have different reply types
      	- Reply to All
      	- Reply to User
      	- Reply to Collaborators
      	- Reply to BCC
      - Add a help tip for the new reply types
      - Set the reply type selected based on the last user respondent
      	- Reply to Collaborator by default or if the last message is from the ticket user or a CC collaborator
      	- Reply to BCC if the last message is from a BCC user
      - Put User, CC, and Bcc fields below and indented as appropriate (User field is readonly)
      - Add a new flag to Agent responses to show which reply type they selected. Put the flag on Agent thread entries
      7a29022d
  4. May 17, 2018
  5. May 16, 2018
    • aydreeihn's avatar
      New Email Templates for BCC'd Collaborators · 4bf4117d
      aydreeihn authored
      Different email templates will now go out for BCC'd
      collaborators so that the User will be able to know
      they are blind copied on a ticket.
      
      Template Names:
      - New Activity Notice (BCC)
      - New Ticket Notice (BCC)
      - Response/Reply Template (BCC)
      4bf4117d
    • aydreeihn's avatar
      Creating Tasks/Tickets From Thread Entry Fixes: · b7db24aa
      aydreeihn authored
      - say created from thread entry instead of created from thread
      - make sure that links to thread entry do not open in new window
      - make sure if default help topic is selected, message data carries over
        - make sure if issue details are not included for a help topic form, we
          make sure there is a message before trying to get attachments for one
      - do not pass in an object to session array. use id and do lookup after instead
      b7db24aa
  6. May 15, 2018
  7. May 07, 2018
    • aydreeihn's avatar
      Issues Creating Task/Ticket from Thread · 91ef1bfd
      aydreeihn authored
      - In class.forms.php, $this->field->getClean() was null so $new was not populated and attachments were not being carried over, so we must get the fileIds directly from the form-data array
      - We need to unset the form-data for attachment fields (on tasks and tickets) so that the array is empty each time we try to create a task or ticket from a thread
      - We need to add files attached to threads where we are creating a task or ticket to the list of allowed files otherwise they will not carry over to new tasks/tickets (only files uploaded by this user in this session were allowed previously)
      91ef1bfd
  8. May 03, 2018
    • aydreeihn's avatar
      Quick Fixes: · cf8f7578
      aydreeihn authored
      - On ticket edit, only display inactive help topic warning if the ticket has a help topic
      - Inline edit file save fix
      - Remove future search/filter criteria for datetime fields that can't be in the future
      - Fix calculations for 'next 7 days' and 'next 30 days'. They were selecting dates between now and n days AGO instead of between now and n days in the future
      cf8f7578
  9. May 01, 2018
  10. Apr 25, 2018
    • aydreeihn's avatar
      Changes for saving Filter Actions: · 24dc24db
      aydreeihn authored
      - Save Filter Actions at the top of Filter::save
      - Validate the Filter Actions before commiting the save
      
      This is done to fix the issue where Depts/HT's said 'Unchanged' when initially saved. Now their configuration is set correctly before doing additional validations for active depts/hts
      24dc24db
  11. 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
  12. Apr 19, 2018
  13. Apr 17, 2018
  14. Apr 10, 2018
  15. Apr 09, 2018
  16. Apr 05, 2018
  17. Mar 29, 2018
  18. Mar 28, 2018
  19. Mar 24, 2018
  20. Mar 23, 2018
  21. Mar 22, 2018
Loading