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