Skip to content
Snippets Groups Projects
  1. Mar 29, 2019
  2. Mar 28, 2019
    • JediKev's avatar
      oops: Thread Variable Fatal Error · 97a9aa8d
      JediKev authored
      This addresses an issue introduced with 4737 where using `%{ticket.thread}`
      causes a fatal error. This is because `ObjectThread->asVar()` returns an
      object which cannot be converted to a string. This adds a `__tostring()`
      function to class ThreadEntries so it can be converted to a string properly.
      97a9aa8d
  3. Mar 27, 2019
  4. Mar 26, 2019
  5. Mar 22, 2019
    • JediKev's avatar
      issue: Task Print PDF · 8d8afbc0
      JediKev authored
      This addresses an issue where clicking print on a Task throws a fatal error.
      This is due to the Task2PDF function passing a string instead of an array to
      `Mpdf::__construct()`. The `__construct()` of class Mpdf requires an array
      of configurations so we are now passing an array instead of a string.
      8d8afbc0
  6. Mar 21, 2019
    • JediKev's avatar
      issue: Multilingual FAQ Category w/ Parent · 103eed6b
      JediKev authored
      This addresses issue 4810 where having more than one language installed and
      trying to add a new FAQ Category with a Parent Category relation fails to
      add the Parent Category relation. This is due to multiple Select2 fields;
      the POST data includes only the last Select2 field's value instead of the
      one in the tab you're currently on. This adds a script to set all Select2
      fields in all the available languages to the same value so the POST will
      always contain the appropriate Parent ID no matter what language tab you’re
      on.
      103eed6b
    • Peter Rotich's avatar
      Merge pull request #4806 from JediKev/issue/orgs-sort-users · 645a4aff
      Peter Rotich authored
      issue: Organizations Users Sort
  7. Mar 18, 2019
    • JediKev's avatar
      issue: Organizations Users Sort · 1214c753
      JediKev authored
      This addresses issue 4803 where sorting by Users on Organizations does not
      sort properly. It sorts by name instead of the User count. This corrects the
      value in the `$sortOptions` array from `users` to `user_count`.
      1214c753
    • Hans Chen's avatar
      fix bug · 17c7e1d1
      Hans Chen authored
      not sending new ticket alert to account manager.
  8. Mar 12, 2019
  9. Mar 11, 2019
    • JediKev's avatar
      issue: Duplicate Form Titles · 5bae5159
      JediKev authored
      This addresses an issue mentioned in the forum where having more than one
      custom field on a ticket shows the same title for all forms on the
      client-side ticket view (after creation). This adds an array of the form
      names indexed by sort order and displays them in the correct order with the
      correct names.
      5bae5159
  10. Mar 09, 2019
    • Peter Rotich's avatar
      Queue Columns · 7ce83498
      Peter Rotich authored
      Allow admin to setup columns when creating a new parent queue and address an
      issue where Assignee standard columns used a wrong Id.
      7ce83498
  11. Mar 08, 2019
  12. Mar 06, 2019
  13. Mar 05, 2019
Loading