Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. Jan 18, 2019
    • JediKev's avatar
      issue: Scrollable Quickfilters · 22c72aed
      JediKev authored
      This addresses an issue where having more than 30+ choices for a Quickfilter
      makes the dropdown run off the page causing some choices to be hidden. This
      makes it to where if you have more than 20+ choices we will make the
      dropdown a fixed height and make it scrollable.
      22c72aed
  3. Jan 15, 2019
  4. Jan 08, 2019
    • aydreeihn's avatar
      Issue: Duplicate Search Results · ef8b8cc3
      aydreeihn authored
      This commit ensures that we do not return duplicate results when searching for Tickets with an Advanced Search that contains keywords.
      ef8b8cc3
  5. Jan 07, 2019
  6. 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
  7. Dec 28, 2018
    • aydreeihn's avatar
      Task Collaborators · 85dd2eb2
      aydreeihn authored
      This commit changes the wording for Collaborators on Tasks to match the wording for Collaborators on Tickets.
      85dd2eb2
  8. Dec 20, 2018
  9. 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
  10. 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
  11. Nov 28, 2018
  12. Nov 23, 2018
  13. 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
  14. Nov 07, 2018
  15. Nov 06, 2018
  16. 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
  17. Nov 01, 2018
  18. 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
  19. Oct 30, 2018
  20. Oct 29, 2018
  21. Oct 25, 2018
    • JediKev's avatar
      issue: Queue sort_id · ca5c9b70
      JediKev authored
      This addresses an issue where poor little `sort_id` was sadly forgotten for
      the two main-level queues "Open" and "My Tickets".
      ca5c9b70
Loading