Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
    • JediKev's avatar
      issue: Task Response With Collaborators · 70f138b9
      JediKev authored
      This addresses a fatal error when adding a new response to a Task with
      Collaborators. When we implemented the MailingList for Users/Collaborators
      we forgot about the little Task Collaborators (poor little guys). This adds
      a new function called `getRecipients()` to `class Thread` that utilizes
      MailingList instead of UserList. This also adds two new functions to `class
      Util` that retrieves the User’s `user_id`.
      70f138b9
  2. Jan 15, 2019
  3. Jan 07, 2019
  4. Jan 02, 2019
    • aydreeihn's avatar
      Clarify User Import Instructions · 5fd32d23
      aydreeihn authored
      This commit updates the instructions for User imports letting the Agent know they should type 'Name, Email' on the first line and then put each new User Name/Email on the following lines to import Users.
      5fd32d23
  5. Dec 20, 2018
  6. 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
  7. 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
  8. Nov 28, 2018
  9. Nov 23, 2018
  10. 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
  11. Nov 07, 2018
  12. Nov 06, 2018
  13. 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
  14. Nov 01, 2018
  15. 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
  16. Oct 30, 2018
  17. Oct 29, 2018
  18. Oct 25, 2018
Loading