Skip to content
Snippets Groups Projects
  1. 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
  2. May 17, 2018
  3. 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
  4. May 15, 2018
  5. 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
  6. 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
  7. May 01, 2018
  8. 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
  9. 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
  10. Apr 19, 2018
  11. Apr 17, 2018
  12. Apr 10, 2018
  13. Apr 09, 2018
  14. Apr 05, 2018
  15. Mar 29, 2018
  16. Mar 28, 2018
  17. Mar 24, 2018
  18. Mar 23, 2018
  19. Mar 22, 2018
Loading