Skip to content
Snippets Groups Projects
  1. Feb 13, 2019
    • aydreeihn's avatar
      Issue: Attachments on Information Fields · 89fb4961
      aydreeihn authored
      This commit fixes an issue where we failed to upload attachments on Information Fields. In the to_config function, we were only taking the array_values of attachments which would return an array with only the file name ([0] => 'filename') instead of an array with the file id and file name ([123] => 'filename').
      
      Now, when we pass the keepers to keepOnlyFileIds, we have a file id that can be passed to the upload function.
      89fb4961
  2. Dec 20, 2018
  3. Dec 19, 2018
    • JediKev's avatar
      issue: markAs() elseif · e15ef82e
      JediKev authored
      This addresses an issue where Department Managers would not see the option
      for Marking tickets as (un)answered due to an elseif (should be an if
      instead).
      e15ef82e
  4. Dec 11, 2018
    • JediKev's avatar
      oops: markAs() Typo · e56878cd
      JediKev authored
      This addresses a typo in the `markAs()` function in `ajax.tickets.php`. DOH!
      Should’ve ran the lint tests
      e56878cd
  5. Nov 28, 2018
  6. Nov 23, 2018
  7. Nov 19, 2018
    • JediKev's avatar
      feature: Complete Thread Variable · ffcd4b5e
      JediKev authored
      Support using %{ticket.thread} to export the entire ticket thread
      correspondence between agents and end users (owner + collaborators).
      ffcd4b5e
  8. Nov 07, 2018
  9. Nov 06, 2018
  10. Nov 05, 2018
    • Peter Rotich's avatar
      Forms: Field Permissions · 6c617322
      Peter Rotich authored
      This commit addresses inconsistencies on how field edit rights and
      visibility are are handled.
      6c617322
    • JediKev's avatar
      issue: FAQ/Page Attachments · a92a3f8b
      JediKev authored
      This addresses an issue where inserting images on a Page or FAQ and having
      the setting enabled for "Login required to view attachments." does not
      display the images at all when the Page/FAQ renders in view. This is due to
      the Page/FAQ update functions that were not updated to fit the new
      `id=>name` format for `keepOnlyFileIds()` introduced with `f179cf15`.
      a92a3f8b
  11. Nov 01, 2018
  12. Oct 31, 2018
    • JediKev's avatar
      issue: create_date Variable · 962b4c66
      JediKev authored
      This addresses an issue where the create_date variable is showing as Unix
      timestamp instead of formatted date. This was due to a typo introduced in
      commit `8623ed60` where the `$format` argument was forgotten for
      `Format::datetime()` in the `FormattedLocalDate::getVar()` method.
      962b4c66
    • JediKev's avatar
      issue: Email Default Dept · 833671d6
      JediKev authored
      This addresses an issue where configuring a System Email to have a
      Department and then editing/saving changes on the configured Department will
      change the System Email's Department back to the the default Department.
      This was due to a un-needed Department Status check introduced with commit
      `1d361b51`. This also updates all instances of Dept Status comparison to be
      case insensitive and non-translated.
      833671d6
  13. Oct 30, 2018
  14. Oct 29, 2018
  15. Oct 25, 2018
Loading